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-center": ["network"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"backlight",
|
|
||||||
"custom/notification",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"device": "acpi_video0",
|
"device": "acpi_video0",
|
||||||
"format": "<span font='10'> {percent}%</span> {icon}",
|
"format": "<span font='10'>{percent}%</span> {icon}",
|
||||||
"format-icons": ["", ""]
|
"format-icons": ["", ""]
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
@ -105,7 +104,7 @@
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "<span font='10'>{volume}%</span> {icon}",
|
"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": "",
|
"format-muted": "",
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"format-alt": "{volume}% <span font='10'>{icon}</span>",
|
"format-alt": "{volume}% <span font='10'>{icon}</span>",
|
||||||
|
|
Loading…
Reference in a new issue