forked from Shinonome/dots-hyprland
make battery icons adapt to battery percentage
This commit is contained in:
@@ -15,7 +15,7 @@ StyledPopup {
|
||||
|
||||
// Header
|
||||
StyledPopupHeaderRow {
|
||||
icon: "battery_android_full"
|
||||
icon: Icons.getBatteryIcon(Battery.percentage * 100)
|
||||
label: Translation.tr("Battery")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user