diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix index 631eb7e2..f6b943df 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix @@ -167,6 +167,7 @@ #workspaces button { font-size: 16px; border-radius: 5px; + margin: 5px; color: #e2cca9; background-color: #3c3836; font-weight: bold; @@ -177,7 +178,6 @@ #workspaces button.visible:hover { font-size: 16px; margin: 5px; - border-radius: 5px; color: rgba(50, 48, 47, 0.8); background-color: #e9b143; font-weight: bold; @@ -186,7 +186,6 @@ #workspaces button.urgent { font-size: 16px; margin: 5px; - border-radius: 5px; color: rgba(50, 48, 47, 0.8); background-color: #f2594b; font-weight: bold;