waybar: match format on modules

icons are now on the left for sound, backlight and battery modules
This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent d25877eaf2
commit c386fe0f3d

View file

@ -117,7 +117,7 @@
}, },
"backlight": { "backlight": {
// "device": "acpi_video1", // "device": "acpi_video1",
"format": "{percent}% {icon}", "format": "{icon} {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""] "format-icons": ["", "", "", "", "", "", "", "", ""]
}, },
"network": { "network": {
@ -132,7 +132,7 @@
"on-click": "kitty -e nm-tui" "on-click": "kitty -e nm-tui"
}, },
"wireplumber": { "wireplumber": {
"format": "{volume}% {icon}", "format": "{icon} {volume}%",
"format-muted": "", "format-muted": "",
"on-click": "helvum", "on-click": "helvum",
"format-icons": ["", "", ""] "format-icons": ["", "", ""]