added full marking

This commit is contained in:
Honney
2026-06-01 22:19:47 +02:00
parent 2aabe79f5b
commit b37f1d7246
+1 -1
View File
@@ -41,7 +41,7 @@ MouseArea {
font.pixelSize: 26
font.family: "Nerd Font"
color: (
BatteryState.charging ? "green" :
BatteryState.charging ? BatteryState.percentage == 100 ? "white" : "green" :
BatteryState.percentage < 5 ? "red" :
BatteryState.percentage < 10 ? "yellow" :
batteryButton.containsMouse ? Colors.tertiary_fg :