diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 3af3414..a4f9632 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -46,3 +46,16 @@ button, #battery.charging { background-color: #31748f; } + +#workspaces button { + color: #6e6a86; +} + +#workspaces button.focused { + color: #e0def4; +} + +#workspaces button.urgent { + color: #191724; + background-color: #f6c177; +}