mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
Quickshell's UPowerDevice.percentage is a 0.0-1.0 real (energy / energyCapacity), not 0-100. The bar was treating it as 0-100, so a 99% charge picked the lowest icon, the tooltip read "1%", and the low-battery active state was always true.