aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-28 08:19:56 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-28 08:19:56 +0300
commit6cf154083557e0ddc8f2fa7b75431be8fc70632a (patch)
tree00bf1c4de5c2fae628bc66699974069c178b795a /dotfiles/.config/waybar
parentb24cba8885889ec495d77e9de4b692788e9f775f (diff)
downloadswayrice-6cf154083557e0ddc8f2fa7b75431be8fc70632a.tar.gz
swayrice-6cf154083557e0ddc8f2fa7b75431be8fc70632a.zip
waybar: workspaces buttons style improvements
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/style.css3
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;