diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-08-07 15:27:15 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-08-07 15:27:15 -0500 |
commit | 1fc7faa161550f0b43fcfa5b31f58035ddcbd2bc (patch) | |
tree | 8bed3eb87103c57f9b1ad9903ad36a1b2b008d9e /waybar/style.css | |
parent | 3cba9adee4a99eb72a3560b38eba04847f63c6bf (diff) | |
parent | 6c401a2b4ddab98ade9e8a93afa27b5584079c29 (diff) |
Merge remote-tracking branch 'origin/master' into mac
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index 6ecb923..599e6af 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -160,11 +160,13 @@ label:focus { #cpu { background-color: #1b1d1c; color: #ffffff; + padding-right: 18px; } #memory { background-color: #198844; color: #ffffff; + padding-right: 18px; } #disk { @@ -180,6 +182,7 @@ label:focus { #network { background-color: #198844; color: #ffffff; + padding-right: 18px; } #network.disconnected { @@ -190,6 +193,7 @@ label:focus { #wireplumber { background-color: #198844; color: #ffffff; + padding-right: 18px; } #wireplumber.muted { @@ -323,7 +327,7 @@ label:focus { #idle_inhibitor { background-color: #1b1d1c; border-radius: 20px 0px 0px 20px; - + padding-right: 18px; } #idle_inhibitor.activated { |