summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11added support for military, binary and 12 hour timeDaniel Jones4-70/+41
also changed the text displayed for battery states as they were far too long my thinkpad claims the batteyr status is "unknown" when fully charged, so we interpret that as meaning fully charged...
2019-12-11rewrite for dynamic natureDaniel Jones3-0/+163
taking the suckless approach things are now configurable and it's easy to add new components to the status bar. see config.h
2019-12-08add generic make fileDaniel Jones1-0/+25
2019-12-08remove silly switch case for converting hoursDaniel Jones1-17/+1
2018-09-21didn't handle 4pm..daniel-Jones1-10/+10
2018-09-21some errorsdaniel-Jones1-2/+2
2018-09-21sane default casedaniel-Jones1-1/+1
2018-09-21only convert if the time is > 12daniel-Jones1-1/+1
2018-09-21added -m optiondaniel-Jones2-8/+46
by default the program now uses the 12 hour format. updated the readme accordingly
2018-09-20b->ddaniel-Jones1-1/+1
2018-09-20that isn't how you handle errors in x11daniel-Jones1-14/+1
2018-09-19removed rnv var usage, added -ddaniel-Jones2-5/+15
2018-09-19fix segfault, woops. changed readme a bitdaniel-Jones2-6/+7
2018-09-19use snprintfdaniel-Jones1-1/+1
2018-09-19minor mistake fixdaniel-Jones1-1/+1
2018-09-19added readme allows bormal time outputdaniel-Jones2-2/+29
set env variable 'binstatus' to 'dec' to output decimal time HH:MM.
2018-09-19initial commit, basic working programdaniel-Jones2-0/+751