From 910de1d40b469a7c45419ea310f1cd9198f4cf0d Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 31 Jul 2014 17:20:09 +0200 Subject: [PATCH] dito, close #91 --- i3pystatus/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index 59c58cf..3a15f0b 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -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"