forked from nico/dots
waybar: match format on modules
icons are now on the left for sound, backlight and battery modules
This commit is contained in:
parent
d25877eaf2
commit
c386fe0f3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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": ["", "", ""]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue