mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
make battery icons adapt to battery percentage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user