From 3cead98915672e52506764ae9a336134738c8ec2 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 2 Oct 2024 16:34:27 -0400 Subject: [PATCH] workspace fix --- hyprland/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/waybar/style.css b/hyprland/waybar/style.css index 795eb45..4496738 100644 --- a/hyprland/waybar/style.css +++ b/hyprland/waybar/style.css @@ -59,7 +59,7 @@ button:hover { background: rgba(0, 0, 0, 0.2); } -#workspaces button.focused { +#workspaces button.active { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; }