summaryrefslogtreecommitdiff
path: root/src/wlclock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-14Use global contextLeon Henrik Plickat1-1/+4
2020-09-28Change face/hand line width configurationLeon Henrik Plickat1-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).
2020-09-26Render on callbackLeon Henrik Plickat1-2/+0
2020-09-26Improve line size configurationLeon Henrik Plickat1-1/+1
2020-09-25Add "lines" clock hand styleLeon Henrik Plickat1-0/+7
2020-09-25Make hour hand slowly progress instead of snappingLeon Henrik Plickat1-1/+1
The snapping behaviour can be re-enabled via a command flag
2020-09-25Draw clock handsLeon Henrik Plickat1-0/+1
2020-09-25Make size of clock face lines configurableLeon Henrik Plickat1-0/+1
And use enum for long options
2020-09-25Change dimension model to ensure square centerLeon Henrik Plickat1-1/+12
2020-09-25Implement all configuration options and signal handlingLeon Henrik Plickat1-5/+5
2020-09-24Render backgroundLeon Henrik Plickat1-0/+6