forked from pub-solar/os
waybar: move backlight module to the right
This commit is contained in:
parent
bcfd701a6a
commit
2166f56d59
|
@ -7,10 +7,9 @@
|
|||
"modules-center": ["network"],
|
||||
"modules-right": [
|
||||
"sway/language",
|
||||
"backlight",
|
||||
"custom/notification",
|
||||
"pulseaudio",
|
||||
"idle_inhibitor",
|
||||
"backlight",
|
||||
"battery",
|
||||
"clock",
|
||||
"tray"
|
||||
|
@ -65,7 +64,7 @@
|
|||
},
|
||||
"backlight": {
|
||||
"device": "acpi_video0",
|
||||
"format": "<span font='10'> {percent}%</span> {icon}",
|
||||
"format": "<span font='10'>{percent}%</span> {icon}",
|
||||
"format-icons": ["", ""]
|
||||
},
|
||||
"cpu": {
|
||||
|
@ -105,7 +104,7 @@
|
|||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"format": "<span font='10'>{volume}%</span> {icon}",
|
||||
"format-bluetooth": "{volume}% <span font='10'>{icon}</span>",
|
||||
"format-bluetooth": "{volume}%<span font='10'> {icon}</span>",
|
||||
"format-muted": "",
|
||||
"on-click": "pavucontrol",
|
||||
"format-alt": "{volume}% <span font='10'>{icon}</span>",
|
||||
|
|
Loading…
Reference in a new issue