Add battery identifier to Waybar config

fix(waybar): pin battery to BAT0 to prevent crash on HID disconnect
This commit is contained in:
danflood94
2026-03-06 21:10:47 +00:00
committed by GitHub
parent 2a2e9086e1
commit 2f36270369
+1
View File
@@ -80,6 +80,7 @@
"on-click": "omarchy-launch-wifi" "on-click": "omarchy-launch-wifi"
}, },
"battery": { "battery": {
"bat": "BAT0",
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-discharging": "{icon}", "format-discharging": "{icon}",
"format-charging": "{icon}", "format-charging": "{icon}",