waybar: Switch tray and battery placement

Battery will always be displayed on the very right of the status bar
now, to easily find the indicator. Also removed the remaining time from
the alternative display which snuck in there accidentally - it can be
seen from the tooltip instead.
This commit is contained in:
Marty Oehme 2025-01-24 11:28:27 +01:00
parent c6ebfdd85f
commit b64116fac7
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -2,7 +2,7 @@
"layer": "top",
"modules-left": ["river/tags", "custom/events", "custom/vidl", "river/window"],
"modules-center": ["clock", "custom/media"],
"modules-right": ["river/mode", "custom/wireguard", "custom/archupdates", "pulseaudio", "backlight", "network", "cpu", "memory", "temperature", "battery", "tray"],
"modules-right": ["river/mode", "custom/wireguard", "custom/archupdates", "pulseaudio", "backlight", "network", "cpu", "memory", "temperature", "tray", "battery"],
"custom/archupdates": {
"format": "{icon}",
"format-alt": "{} {icon}",
@ -29,7 +29,7 @@
"format": "{icon}",
"format-warning": "{capacity}% {icon}",
"format-critical": "{capacity}% {icon}",
"format-alt":"{capacity}% ({time}) {icon}",
"format-alt":"{capacity}% {icon}",
"format-alt-click": "click-right",
"format-icons": ["", "", "", "", ""],
"interval": 10,