waybar: move backlight module to the right

This commit is contained in:
teutat3s 2024-04-22 14:31:16 +02:00
parent bcfd701a6a
commit 2166f56d59
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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>",