nosignal-shell/modules/bar
Dylan Myers 90c051cfa1
internal: fix battery charging logic for tray and lock (#751)
* Update StatusIcons.qml --- Fix battery chargiing logic

idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this

* Fetch.qml --- Fix battery charging boolean logic

* Use enum value for UPowerDeviceState instead of index

* Use enum value for UPowerDeviceState instead of index

* Update Fetch.qml --- invert battery conditional logic
2025-10-06 19:51:42 +11:00
..
components internal: fix battery charging logic for tray and lock (#751) 2025-10-06 19:51:42 +11:00
popouts plugin/hypr: add more helpers 2025-09-25 00:40:55 +10:00
Bar.qml bar: add compact tray option 2025-09-25 16:14:24 +10:00
BarWrapper.qml bar: add compact tray option 2025-09-25 16:14:24 +10:00