make battery icons adapt to battery percentage

This commit is contained in:
end-4
2026-03-11 23:33:45 +01:00
parent 09d92aff7b
commit 247da26c7b
6 changed files with 16 additions and 5 deletions
@@ -185,7 +185,7 @@ HBarWidgetWithPopout {
return "energy_savings_leaf";
if (PowerProfiles.profile == PowerProfile.Performance)
return "local_fire_department";
return "battery_android_full";
return C.Icons.getBatteryIcon(battCircProg.value * 100);
}
}
}