summaryrefslogtreecommitdiff
path: root/components.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-19added low battery warning that runs a scriptDaniel Jones1-1/+65
2019-12-20added cpu temp outputDaniel Jones1-12/+42
support C and F, see comments in config.h. you need to set the right thermal zone directory.
2019-12-12added meridem flagDaniel Jones1-4/+19
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 Jones1-2/+28
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 Jones1-0/+89
taking the suckless approach things are now configurable and it's easy to add new components to the status bar. see config.h