From a0653c07ebdf1878ce151b267241604fad442e0d Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 Jan 2024 15:52:49 -0600 Subject: waybar: Fix to use upstream hyprland/workspaces Hyprland/workspaces has been upstreamed, so we're using that now. Also fix the css not showing persistent button status properly while we're at it. --- waybar/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 8b15dfb..88b8900 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -37,6 +37,12 @@ window#waybar.hidden { border-bottom: 3px solid #1b1d1c; } +#workspaces button.empty { + background: black; + color: white; + border-bottom: 3px solid #1b1d1c; +} + /* #workspaces button:hover { background: #39c1ed; @@ -62,10 +68,6 @@ window#waybar.hidden { background-color: #eb4d4b; } -#workspaces button.persistent { - background: black; -} - #mode { background-color: #64727D; border-bottom: 3px solid #ffffff; -- cgit v1.2.3