Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-19 | changed 65->20 | Daniel Jones | 1 | -1/+1 | |
2020-04-19 | added low battery warning that runs a script | Daniel Jones | 2 | -2/+72 | |
2019-12-20 | added cpu temp output | Daniel Jones | 4 | -14/+49 | |
support C and F, see comments in config.h. you need to set the right thermal zone directory. | |||||
2019-12-12 | add NONE flag | Daniel Jones | 1 | -2/+3 | |
2019-12-12 | added meridem flag | Daniel Jones | 2 | -5/+21 | |
you can now toggle whether to show the meridem tag on each clock you configure | |||||
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 | |