diff --git a/home-manager/modules/waybar/default.nix b/home-manager/modules/waybar/default.nix index ac1bba7..cf7c54b 100644 --- a/home-manager/modules/waybar/default.nix +++ b/home-manager/modules/waybar/default.nix @@ -129,6 +129,7 @@ in "wlr/workspaces" = { all-outputs = false; # disable-scroll = true; + on-click = "activate"; format = "{icon} {name}"; sort-by-number = true; format-icons = { @@ -361,7 +362,7 @@ in color: #888888; } - #workspaces button.focused { + #workspaces button.focused, #workspaces button.active { border-color: #4c7899; color: white; background-color: #285577;