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