summaryrefslogtreecommitdiff
path: root/src/wlclock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use global contextLeon Henrik Plickat2021-11-141-1/+4
|
* Change face/hand line width configurationLeon Henrik Plickat2020-09-281-8/+1
| | | | | | Also decided there will be no additional hand styles, so removed --hand-style option. Xclock like hands can be enabled by setting the hand width to 0 (default).
* Render on callbackLeon Henrik Plickat2020-09-261-2/+0
|
* Improve line size configurationLeon Henrik Plickat2020-09-261-1/+1
|
* Add "lines" clock hand styleLeon Henrik Plickat2020-09-251-0/+7
|
* Make hour hand slowly progress instead of snappingLeon Henrik Plickat2020-09-251-1/+1
| | | | The snapping behaviour can be re-enabled via a command flag
* Draw clock handsLeon Henrik Plickat2020-09-251-0/+1
|
* Make size of clock face lines configurableLeon Henrik Plickat2020-09-251-0/+1
| | | | And use enum for long options
* Change dimension model to ensure square centerLeon Henrik Plickat2020-09-251-1/+12
|
* Implement all configuration options and signal handlingLeon Henrik Plickat2020-09-251-5/+5
|
* Render backgroundLeon Henrik Plickat2020-09-241-0/+6
|
* InitLeon Henrik Plickat2020-09-241-0/+40