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