xbattmon

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

commit d1656382eae62f0d1a85b14979c63e81e2fb6ee6
parent e30dab93f677d9b5e4f208ff5a533c59559b60f3
Author: sin <sin@2f30.org>
Date:   Sun,  2 Nov 2014 14:30:10 +0000

Don't raise the window by default

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -9,4 +9,4 @@ unsigned int thickness = 2; /* 2 pixels by default */ time_t pollinterval = 5; /* poll battery state every 5 seconds */ int bottom = 1; /* set to 0 if you want the bar to be at the top */ int maxcap = 100; /* maximum battery capacity */ -int raise = 1; /* set to 0 if you don't want the bar to be raised on top of other windows */ +int raise = 0; /* set to 1 if you want the bar to be raised on top of other windows */