Implemented auto-hide functionality on Wayland

This commit is contained in:
Aivars Vaivods 2024-11-17 22:18:51 +02:00
parent 3e0083c9f2
commit 3dce815fe3
8 changed files with 54 additions and 9 deletions

View file

@ -54,8 +54,9 @@ types that are frequently used:
| layer
: string
: no
: Layer to put bar on. One of _overlay_, _top_, _bottom_ or
_background_. Wayland only. Default: _bottom_.
: Layer to put bar on. One of _overlay_, _top_, _bottom_, _bottom_ or
_hidden_. Wayland only. Default: _bottom_. If set to _hidden_, will move
between _overlay_ and _bottom_ when receives respectively SIGUSR1 or SIGUSR2.
| left-spacing
: int
: no