summaryrefslogtreecommitdiff
path: root/binstatus.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20added cpu temp outputDaniel Jones1-1/+1
support C and F, see comments in config.h. you need to set the right thermal zone directory.
2019-12-11added support for military, binary and 12 hour timeDaniel Jones1-67/+11
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-08remove silly switch case for converting hoursDaniel Jones1-17/+1
2018-09-21didn't handle 4pm..daniel-Jones1-10/+10
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-Jones1-6/+37
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-Jones1-4/+14
2018-09-19fix segfault, woops. changed readme a bitdaniel-Jones1-5/+6
2018-09-19use snprintfdaniel-Jones1-1/+1
2018-09-19added readme allows bormal time outputdaniel-Jones1-2/+17
set env variable 'binstatus' to 'dec' to output decimal time HH:MM.
2018-09-19initial commit, basic working programdaniel-Jones1-0/+77