sway/swaybar
Ryan Dwyer 4056c09e13 Move swaybar's event loop to common directory and refactor
* The loop functions are now prefixed with `loop_`.
* It is now easy to add timers to the loop.
* Timers are implemented using pollfd and timerfd, rather than manually
checking them when any other event happens to arrive.
2018-10-15 00:26:27 +10:00
..
bar.c Move swaybar's event loop to common directory and refactor 2018-10-15 00:26:27 +10:00
config.c swaybar: handle mode/hidden_state changes 2018-10-14 13:33:12 +01:00
i3bar.c swaybar: add leading comma to click event JSON 2018-10-02 14:05:51 +01:00
ipc.c swaybar: show hidden bar on urgency 2018-10-14 13:33:12 +01:00
main.c swaybar: save id upon startup 2018-10-14 13:33:12 +01:00
meson.build Move swaybar's event loop to common directory and refactor 2018-10-15 00:26:27 +10:00
render.c swaybar: when hiding bar, save old height to be restored upon reshow 2018-10-14 13:33:12 +01:00
status_line.c Move swaybar's event loop to common directory and refactor 2018-10-15 00:26:27 +10:00