sway/swaybar
Brian Ashworth 50d36ef238 swaybar: allow identifiers for output and tray
This allows `bar output` and `bar tray_output` to specify an output
identifier. Output names should still work as well.

This parses the output identifier from the xdg_output description,
which wlroots currently sets to `make model serial (name)`. Since this
could change in the future, all identifier comparisons are guarded by
NULL-checks in case the description cannot be parsed to an identifier.
2019-01-13 12:06:35 -05:00
..
tray swaybar: allow identifiers for output and tray 2019-01-13 12:06:35 -05:00
bar.c swaybar: allow identifiers for output and tray 2019-01-13 12:06:35 -05:00
config.c swaybar: implement tray config 2018-12-31 20:40:18 +00:00
i3bar.c Add relative coordinates in JSON for i3bar click events 2018-12-04 12:49:21 +02:00
input.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-09 11:02:05 +00:00
ipc.c swaybar: do not create tray if hidden 2018-12-31 20:40:18 +00:00
main.c swaybar: improve tray logging 2019-01-08 16:03:16 +00:00
meson.build swaybar: add StatusNotifierItem to tray 2018-12-31 20:40:18 +00:00
render.c swaybar: fix rendering of border and background 2019-01-09 20:28:30 -05:00
status_line.c Remove readline.c 2019-01-01 09:01:25 +00:00