summaryrefslogtreecommitdiff
path: root/src/wlclock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* `--position` instead of `--anchor`Leon Henrik Plickat2020-09-261-22/+39
|
* Add "lines" clock hand styleLeon Henrik Plickat2020-09-251-4/+22
|
* Make hour hand slowly progress instead of snappingLeon Henrik Plickat2020-09-251-1/+9
| | | | The snapping behaviour can be re-enabled via a command flag
* Write man pageLeon Henrik Plickat2020-09-251-1/+4
|
* Draw clock handsLeon Henrik Plickat2020-09-251-1/+7
|
* Make size of clock face lines configurableLeon Henrik Plickat2020-09-251-26/+56
| | | | And use enum for long options
* Draw clock faceLeon Henrik Plickat2020-09-251-1/+2
|
* Change dimension model to ensure square centerLeon Henrik Plickat2020-09-251-23/+16
|
* Implement all configuration options and signal handlingLeon Henrik Plickat2020-09-251-41/+258
|
* Render backgroundLeon Henrik Plickat2020-09-241-3/+16
|
* Expand command flag handling to hold all (future) flagsLeon Henrik Plickat2020-09-241-10/+66
|
* InitLeon Henrik Plickat2020-09-241-0/+298