diff options
author | zachir <zachir@librem.one> | 2025-08-01 16:06:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-01 16:06:33 -0500 |
commit | 4712a642ddf65933b53b03fbfe68dd1240ed456c (patch) | |
tree | b349882dd42a6ca12b9f2e7edfdf1ceeeb8df5ed /waybar/style.css | |
parent | 728bf754495e3b9097fcd13aacac5cd5f3e84732 (diff) | |
parent | 45560e78790b6cbb928ece69d3d369c6cb756a7f (diff) |
Merge branch 'master' into cas
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 { |