diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-10-28 08:19:56 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-10-28 08:19:56 +0300 |
commit | 6cf154083557e0ddc8f2fa7b75431be8fc70632a (patch) | |
tree | 00bf1c4de5c2fae628bc66699974069c178b795a /dotfiles/.config/waybar/style.css | |
parent | b24cba8885889ec495d77e9de4b692788e9f775f (diff) | |
download | swayrice-6cf154083557e0ddc8f2fa7b75431be8fc70632a.tar.gz swayrice-6cf154083557e0ddc8f2fa7b75431be8fc70632a.zip |
waybar: workspaces buttons style improvements
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 70a6e23..faede64 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -23,6 +23,7 @@ window#waybar { margin-right: 6px; } #workspaces button { + min-width: 12px; padding: 0 0.7em; color: #fcf8e2; border-radius: 0; @@ -35,7 +36,7 @@ window#waybar { #workspaces button.focused { color: #000000; border-color: #5b8277; - background: #5b8277; + background: #7fac96; } #workspaces button:hover { border: 1px solid #5b8277; |