From d579007c321d778b0591fd6b2586f29e2e279711 Mon Sep 17 00:00:00 2001 From: pancakes Date: Sun, 1 Oct 2023 01:52:06 +1000 Subject: [PATCH] Style sway workspaces --- waybar/.config/waybar/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; +}