#7 fix default formatter
This commit is contained in:
parent
a76779fe7b
commit
6b03e35ad2
@ -70,7 +70,7 @@ class BatteryChecker(IntervalModule):
|
|||||||
"alert_percentage", "alert_format_title", "alert_format_body", "alert_percentage",
|
"alert_percentage", "alert_format_title", "alert_format_body", "alert_percentage",
|
||||||
)
|
)
|
||||||
battery_ident = "BAT0"
|
battery_ident = "BAT0"
|
||||||
format = "{status} {remaining}"
|
format = "{status} {remaining_hm}"
|
||||||
|
|
||||||
alert = False
|
alert = False
|
||||||
alert_percentage = 10
|
alert_percentage = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user