This commit is contained in:
enkore 2013-03-08 03:30:24 +01:00
parent 01f1587e67
commit 074500007f
2 changed files with 3 additions and 1 deletions

View File

@ -159,6 +159,8 @@ class BatteryChecker(IntervalModule):
if remaining < 15:
urgent = True
color = "#ff0000"
else:
fdict["status"] = "CHR"
else:
fdict["status"] = "FULL"

View File

@ -3,7 +3,7 @@
from setuptools import setup
setup(name="i3pystatus",
version="3.6",
version="3.7",
description="Like i3status, this generates status line for i3bar / i3wm",
url="http://github.com/enkore/i3pystatus",
license="MIT",