forked from Shinonome/dots-hyprland
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 {
|
StyledPopupValueRow {
|
||||||
visible: !(Battery.chargeState != 4 && Battery.energyRate == 0)
|
visible: !(Battery.chargeState != 4 && Battery.energyRate == 0)
|
||||||
icon: "bolt"
|
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