diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-01 19:35:30 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-01 19:35:30 +0200 |
| commit | dcbde058bb4f2095da3767cb1aa91c0d8fb47c67 (patch) | |
| tree | 71c728b9a45d88b177bb81475de65695383fc740 /common/home/programs/waybar | |
| parent | 104cf7f6e2c27e86e55379cc8715631d17e3f448 (diff) | |
2026-04-01 updates by auto-switch
Diffstat (limited to 'common/home/programs/waybar')
| -rw-r--r-- | common/home/programs/waybar/style.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/common/home/programs/waybar/style.css b/common/home/programs/waybar/style.css index 71a2c82..d7b087a 100644 --- a/common/home/programs/waybar/style.css +++ b/common/home/programs/waybar/style.css @@ -4,6 +4,7 @@ window { background: transparent; + color: #ebdbb2; } #pulseaudio { @@ -17,13 +18,14 @@ window { } #workspaces { - padding: 0px; + padding: 5px; background: #252525; + border-radius: 5px; } #workspaces button { padding: 0px; - border-radius: 0px; + border-radius: 3px; min-width: 20px; min-height: 20px; border: none; @@ -31,8 +33,7 @@ window { } #workspaces button.active { - background: #b16286; - color: #1d2021; + background: #7c6f64; } #workspaces button:hover { @@ -67,11 +68,16 @@ window { } .modules-left { - margin-top: 0px; + margin: 5px; + margin-bottom: 0px; + border-radius: 5px; } .modules-right { - padding-left: 5px; - padding-right: 5px; + padding-left: 10px; + padding-right: 10px; background: #3c3836; + border-radius: 5px; + margin: 5px; + margin-bottom: 0px; } |