mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-03 20:49:30 +01:00
waybar: Don't autohide
Manually toggling waybar with the keyboard seems to still be the ideal way to go about things.
This commit is contained in:
parent
77b41ce0f0
commit
65f429ca3b
@ -102,10 +102,6 @@ in
|
|||||||
height = if isVertical then null else 45;
|
height = if isVertical then null else 45;
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
|
|
||||||
autohide = true;
|
|
||||||
exclusive = false;
|
|
||||||
autohide-starthidden = true;
|
|
||||||
|
|
||||||
modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ];
|
modules-left = if icons then [ "wlr/taskbar" ] else [ "wlr/workspaces" "custom/new-workspace" ];
|
||||||
modules-center = [ "custom/wallpaper" ];
|
modules-center = [ "custom/wallpaper" ];
|
||||||
modules-right = [ "wireplumber" "backlight" "battery" "clock" ];
|
modules-right = [ "wireplumber" "backlight" "battery" "clock" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user