diff options
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; |