dito, close #91

This commit is contained in:
enkore 2014-07-31 17:20:09 +02:00
parent 71e9fcaf8c
commit 910de1d40b

View File

@ -146,7 +146,7 @@ class BatteryChecker(IntervalModule):
alert_format_title = "Low battery"
alert_format_body = "Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!"
color = "#ffffff"
full_color = "#11aa11"
full_color = "#00ff00"
charging_color = "#00ff00"
critical_color = "#ff0000"
not_present_color = "#ffffff"