fix(waybar): show battery level correctly

This commit is contained in:
Price Hiller 2022-09-12 10:09:07 -05:00
parent 693034dd3d
commit f804f192af

View File

@ -28,6 +28,7 @@
}, },
"battery": { "battery": {
"min-length": 5, "min-length": 5,
"design-capacity": true,
"states": { "states": {
"full": 90, "full": 90,
"warning": 30, "warning": 30,