Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-11 | added support for military, binary and 12 hour time | Daniel Jones | 4 | -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-11 | rewrite for dynamic nature | Daniel Jones | 3 | -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-08 | add generic make file | Daniel Jones | 1 | -0/+25 | |
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 | some errors | daniel-Jones | 1 | -2/+2 | |
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 | 2 | -8/+46 | |
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 | 2 | -5/+15 | |
2018-09-19 | fix segfault, woops. changed readme a bit | daniel-Jones | 2 | -6/+7 | |
2018-09-19 | use snprintf | daniel-Jones | 1 | -1/+1 | |
2018-09-19 | minor mistake fix | daniel-Jones | 1 | -1/+1 | |
2018-09-19 | added readme allows bormal time output | daniel-Jones | 2 | -2/+29 | |
set env variable 'binstatus' to 'dec' to output decimal time HH:MM. | |||||
2018-09-19 | initial commit, basic working program | daniel-Jones | 2 | -0/+751 | |