forked from pub-solar/os
1
0
Fork 0

waybar: move backlight module to the right

main
teutat3s 2024-04-22 14:31:16 +02:00
parent bcfd701a6a
commit 2166f56d59
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 3 additions and 4 deletions

View File

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