xbattmon.1 (1040B)
1 .Dd May 19, 2015 2 .Dt XBATTMON 1 3 .Os 4 .Sh NAME 5 .Nm xbattmon 6 .Nd simple battery monitor 7 .Sh SYNOPSIS 8 .Nm xbattmon 9 .Op Fl c Ar capacity 10 .Op Fl p Ar bottom | top | left | right 11 .Op Fl t Ar thickness 12 .Op Fl v 13 .Sh DESCRIPTION 14 .Nm 15 is a simple battery monitor. By default 16 .Nm 17 will assume a battery capacity of 100%, a poll interval of 5 seconds, 18 a bar thickness of 2 pixels and a bottom placement. 19 .Sh OPTIONS 20 .Bl -tag -width Ds 21 .It Fl c Ar capacity 22 Set the maximum battery capacity. 23 .It Fl p Ar bottom | top | left | right 24 Set the bar placement. 25 .It Fl t Ar thickness 26 Set the bar thickness. 27 .It Fl v 28 Show program version. 29 .El 30 .Sh CONFIGURATION 31 You can tweak the colors 32 .Nm 33 will use by modifying `config.h' and recompiling the code. 34 .Sh RATIONALE 35 Some laptops either do not have a battery indicator or sometimes it is 36 located on the back of the screen. People who do not like to use status 37 bars might find 38 .Nm 39 useful. 40 .Sh PORTABILITY 41 It currently works on DragonFly BSD, OpenBSD and Linux. 42 .Sh AUTHORS 43 .An Dimitris Papastamos Aq Mt sin@2f30.org .