From 292c6da3aec5a58151d0ff30000b85ecd55cfaa7 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 29 Aug 2024 14:12:42 -0500 Subject: [PATCH] ...Fix waybar? --- hyprland/.config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/waybar/style.css b/hyprland/.config/waybar/style.css index 258fac93..3cb86127 100644 --- a/hyprland/.config/waybar/style.css +++ b/hyprland/.config/waybar/style.css @@ -47,12 +47,12 @@ window#waybar { text-shadow: inherit; background-color: #504945; } -#workspaces button.visible { +#workspaces button.focused { color: #282828; background: #504945; font-weight: bold; } -#workspaces button.focused { +#workspaces button.visible { color: #282828; background: #83a598; font-weight: bold;