waybar style

This commit is contained in:
2026-08-02 17:05:08 -05:00
parent e669495772
commit 0aa188cb3c
2 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -38,9 +38,8 @@
}, },
"wireplumber#sink": { "wireplumber#sink": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-muted": "\uf6a9", "format-muted": "\uf026",
"format-icons": [ "format-icons": [
"\uf026",
"\uf027", "\uf027",
"\uf028" "\uf028"
], ],
+8 -2
View File
@@ -27,8 +27,14 @@
border-radius: 2px; border-radius: 2px;
} }
#wireplumber.sink, #wireplumber {
#wireplumber.source, background-color: @background-alt;
border-radius: 3px;
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 4em;
}
#bat, #bat,
#net { #net {
background-color: @background-alt; background-color: @background-alt;