3.7
This commit is contained in:
parent
01f1587e67
commit
074500007f
@ -159,6 +159,8 @@ class BatteryChecker(IntervalModule):
|
||||
if remaining < 15:
|
||||
urgent = True
|
||||
color = "#ff0000"
|
||||
else:
|
||||
fdict["status"] = "CHR"
|
||||
else:
|
||||
fdict["status"] = "FULL"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user