waybar: Change color if fullscreen

This commit is contained in:
Donovan Glover 2023-06-22 07:17:51 -04:00
parent 3283aebbd8
commit 82739571c6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,6 +10,7 @@
spacing = 8;
modules-left = [ "wlr/workspaces" "custom/new-workspace" ];
modules-center = [ "hyprland/window" ];
modules-right = [ "tray" "wireplumber" "backlight" "battery" "clock" ];
tray = {
@ -107,6 +108,10 @@
border-left: 1px solid alpha(@base02, 0.67);
}
window#waybar.fullscreen #workspaces button.active {
background: alpha(@base09, 0.5);
}
#workspaces button {
padding: 12px 0;
border-radius: 0;