sway/include/swaybar
Ian Fan bcc61e5147 swaybar: handle mode/hidden_state changes
As well as adding the hidden_state property to the bar config struct,
this commit handles barconfig_update events when the mode or
hidden_state changes, and uses a new function determine_bar_visibility
to hide or show the bar as required, using, respectively,
destroy_layer_surface, which is also newly added, and add_layer_surface,
which has been changed to allow dynamically adding the surface.
2018-10-14 13:33:12 +01:00
..
tray Remove declarations that do no have definitions 2018-09-30 14:09:05 +03:00
bar.h swaybar: handle mode/hidden_state changes 2018-10-14 13:33:12 +01:00
config.h swaybar: handle mode/hidden_state changes 2018-10-14 13:33:12 +01:00
event_loop.h swaybar: fix empty function prototypes 2018-09-18 11:36:33 +01:00
i3bar.h swaybar: annotate wl_list properties in definitions 2018-10-14 13:33:12 +01:00
ipc.h swaybar: save id upon startup 2018-10-14 13:33:12 +01:00
render.h swaybar: synchronize rendering to output frames 2018-09-30 10:07:33 +01:00
status_line.h swaybar: add leading comma to click event JSON 2018-10-02 14:05:51 +01:00