diff --git a/hyprland/.config/waybar/style.css b/hyprland/.config/waybar/style.css index 62513066..4a412e5c 100644 --- a/hyprland/.config/waybar/style.css +++ b/hyprland/.config/waybar/style.css @@ -53,6 +53,11 @@ window#waybar { font-weight: bold; } #workspaces button.visible { + color: rgba(40, 40, 40, 0.8); + background: #458588; + font-weight: bold; +} +#workspaces button.active { color: rgba(40, 40, 40, 0.8); background: #83a598; font-weight: bold;