forked from Shinonome/dots-hyprland
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