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

@ -8,6 +8,7 @@ struct private
/* From bar_config */
char *monitor;
enum bar_layer layer;
bool visible;
enum bar_location location;
int height;
int left_spacing, right_spacing;