fixed some stuff with waybar

This commit is contained in:
William Ball 2026-03-05 19:42:04 -05:00
parent c2764148c9
commit 3fffea392a
Signed by: wball
SSH key fingerprint: SHA256:3K3IvjUp1U5HwsIRYy/vosnG8l/A84LPUSAKQ6oCGKI
2 changed files with 5 additions and 2 deletions

View file

@ -107,6 +107,7 @@
}, },
"tray": { "tray": {
"icon-size": 20 "icon-size": 20,
"spacing": 15
} }
} }

View file

@ -48,6 +48,7 @@ window#waybar {
color: @yellow; color: @yellow;
} }
#wireplumber,
#pulseaudio { #pulseaudio {
color: @red; color: @red;
} }
@ -65,6 +66,7 @@ window#waybar {
#memory, #memory,
#cpu, #cpu,
#battery, #battery,
#wireplumber,
#disk { #disk {
padding: 0 10px; padding: 0 10px;
} }