Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-14 | Use global context | Leon Henrik Plickat | 1 | -1/+4 | |
2020-09-28 | Change face/hand line width configuration | Leon Henrik Plickat | 1 | -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-26 | Render on callback | Leon Henrik Plickat | 1 | -2/+0 | |
2020-09-26 | Improve line size configuration | Leon Henrik Plickat | 1 | -1/+1 | |
2020-09-25 | Add "lines" clock hand style | Leon Henrik Plickat | 1 | -0/+7 | |
2020-09-25 | Make hour hand slowly progress instead of snapping | Leon Henrik Plickat | 1 | -1/+1 | |
The snapping behaviour can be re-enabled via a command flag | |||||
2020-09-25 | Draw clock hands | Leon Henrik Plickat | 1 | -0/+1 | |
2020-09-25 | Make size of clock face lines configurable | Leon Henrik Plickat | 1 | -0/+1 | |
And use enum for long options | |||||
2020-09-25 | Change dimension model to ensure square center | Leon Henrik Plickat | 1 | -1/+12 | |
2020-09-25 | Implement all configuration options and signal handling | Leon Henrik Plickat | 1 | -5/+5 | |
2020-09-24 | Render background | Leon Henrik Plickat | 1 | -0/+6 | |