xbattmon

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

commit bd914b372d4feeb470d8eec869d5efedce357eb9
parent 034d6076d1fd3e29bb9fa2c1af6e7531cfb7d887
Author: lostd <lostd@2f30.org>
Date:   Thu, 11 Jun 2015 00:18:00 +0100

Be more responsive on switch to battery mode

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

diff --git a/xbattmon.c b/xbattmon.c @@ -164,7 +164,7 @@ redraw(void) oldtp = tp; } } else { - timeout = 5000; + timeout = 500; blink = 0; }