summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-15More statusesnorly
2014-07-19Replace separators with wide spacesnorly
2014-05-28Workaround for Linux 3.14norly
2013-10-02Change output format from dzen2 to i3barnorly
2013-10-02Change named colors to hex valuesnorly
2013-02-15Simple output gathering designnorly
Buffer all output up using snprintf() before printing an entire line at once. Modularizes the output format so alternatives to dzen2 can be used. ALSA volume status loses clickability.
2013-02-15Better file structure and build systemnorly
Also fix some warnings
2013-02-15Reindent and restylenorly
2012-11-27Clean up battery status, fix wrong time estimatenorly
2012-10-26Include fan.{c,h}norly
2012-10-08Check if battery/netif present, add fan supportnorly
Also change power reading to work on newer kernels.
2012-02-14Minor fixes...norly
2012-02-14Moved battery status to fileRead().norly
Renamed 'power' to 'battery'.
2012-02-14More cleanup, 'temp' and 'uptime' use fileRead().norly
2012-02-14Cleaned up 'netif'.norly
Replaced 'netif' with 'netif_named'. Fixed memory leak in new 'netif'. Outsourced raw file reading to tools.c.
2012-02-14Some build system cleanup.norly
2011-11-18Ye Olde Brick, hacked one very late night in 2010.norly
Full of inefficient or maybe broken code, as well as the occasional memory leak. I am not proud of it and I was *really* tired back then. While this was an experiment in writing (f)ugly code and I just wanted something running, I have to admit that this code has served me well ever since. Too well to be bothered to ever look at it again, really...