xbattmon

simple battery monitor for X
git clone git://git.2f30.org/xbattmon
Log | Files | Refs | README | LICENSE

commit 88bb71f699ae9720b74fd6eef50f56c8491ec8b3
parent bcd800806a93706ce41e84723150fc5ce17dd090
Author: sin <sin@2f30.org>
Date:   Fri, 31 Oct 2014 16:45:38 +0000

Fix comment

Diffstat:
Mxbattmon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xbattmon.c b/xbattmon.c @@ -48,7 +48,7 @@ int bary; unsigned int barwidth; unsigned int barheight; int state; /* AC_ON or AC_OFF */ -int howmuch; /* 0 if completely discharged or 100 if completely charged */ +int howmuch; /* 0 if completely discharged or `maxcap' if completely charged */ #include "config.h"