mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
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. |
||
|---|---|---|
| .. | ||
| tray | ||
| bar.h | ||
| config.h | ||
| event_loop.h | ||
| i3bar.h | ||
| ipc.h | ||
| render.h | ||
| status_line.h | ||