summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-31add 1 to battery percentHEADmasterDaniel Jones1-1/+2
i stop charging at 70%. it use to sit on 69% which is dumb
2020-04-19changed 65->20Daniel Jones1-1/+1
2020-04-19added low battery warning that runs a scriptDaniel Jones2-2/+72
2019-12-20added cpu temp outputDaniel Jones4-14/+49
support C and F, see comments in config.h. you need to set the right thermal zone directory.
2019-12-12add NONE flagDaniel Jones1-2/+3
2019-12-12added meridem flagDaniel Jones2-5/+21
you can now toggle whether to show the meridem tag on each clock you configure
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