Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-11 | added support for military, binary and 12 hour time | Daniel Jones | 1 | -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-08 | remove silly switch case for converting hours | Daniel Jones | 1 | -17/+1 | |
2018-09-21 | didn't handle 4pm.. | daniel-Jones | 1 | -10/+10 | |
2018-09-21 | sane default case | daniel-Jones | 1 | -1/+1 | |
2018-09-21 | only convert if the time is > 12 | daniel-Jones | 1 | -1/+1 | |
2018-09-21 | added -m option | daniel-Jones | 1 | -6/+37 | |
by default the program now uses the 12 hour format. updated the readme accordingly | |||||
2018-09-20 | b->d | daniel-Jones | 1 | -1/+1 | |
2018-09-20 | that isn't how you handle errors in x11 | daniel-Jones | 1 | -14/+1 | |
2018-09-19 | removed rnv var usage, added -d | daniel-Jones | 1 | -4/+14 | |
2018-09-19 | fix segfault, woops. changed readme a bit | daniel-Jones | 1 | -5/+6 | |
2018-09-19 | use snprintf | daniel-Jones | 1 | -1/+1 | |
2018-09-19 | added readme allows bormal time output | daniel-Jones | 1 | -2/+17 | |
set env variable 'binstatus' to 'dec' to output decimal time HH:MM. | |||||
2018-09-19 | initial commit, basic working program | daniel-Jones | 1 | -0/+77 | |