diff --git a/home/waybar.nix b/home/waybar.nix index 4b1e8a7..3b0fa14 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -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;