mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
batterypopup: move health to below energy rate
This commit is contained in:
@@ -42,12 +42,6 @@ StyledPopup {
|
||||
}
|
||||
}
|
||||
|
||||
StyledPopupValueRow {
|
||||
icon: "heart_check"
|
||||
label: Translation.tr("Health:")
|
||||
value: `${(Battery.health).toFixed(1)}%`
|
||||
}
|
||||
|
||||
StyledPopupValueRow {
|
||||
visible: !(Battery.chargeState != 4 && Battery.energyRate == 0)
|
||||
icon: "bolt"
|
||||
@@ -68,5 +62,11 @@ StyledPopup {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StyledPopupValueRow {
|
||||
icon: "heart_check"
|
||||
label: Translation.tr("Health:")
|
||||
value: `${(Battery.health).toFixed(1)}%`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user