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

@ -55,7 +55,7 @@
},
"wireplumber": {
"format": "{volume}% {icon}",
"format": " {volume}% {icon} ",
"format-muted": "",
"on-click": "helvum",
"format-icons": ["", "", ""]
@ -107,6 +107,7 @@
},
"tray": {
"icon-size": 20
"icon-size": 20,
"spacing": 15
}
}

View file

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