xbattmon

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

commit dfd19efb811e04dc4ae46893dff55fd9ea67ed40
parent 3776d0ed20f1c42052021f77cf7817fc7380bffe
Author: sin <sin@2f30.org>
Date:   Sat,  1 Nov 2014 15:20:11 +0000

default to 2 pixels

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

diff --git a/config.def.h b/config.def.h @@ -5,7 +5,7 @@ char *colors[] = { [COLOR_BATT_LEFT2DRAIN] = "blue" }; -unsigned int thickness = 4; /* 4 pixels by default */ +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 */