diff options
author | zachir <zachir@librem.one> | 2023-08-02 01:50:48 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-02 01:50:48 -0500 |
commit | 18e04a450d2ef16fdd2162deeac06e8ce65ddce3 (patch) | |
tree | 3cf5bce38b568ede261f0c18fde19f3b65a86b20 /waybar/style.css | |
parent | 3d2d1f62fdcf773bd5c14994c36da587bcc17d56 (diff) |
Make hyprland use 9 workspaces with better waybar
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index f002c9b..8b15dfb 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -62,6 +62,10 @@ window#waybar.hidden { background-color: #eb4d4b; } +#workspaces button.persistent { + background: black; +} + #mode { background-color: #64727D; border-bottom: 3px solid #ffffff; |