Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not update unrelated layer surface settings on configure event | Leon Henrik Plickat | 2021-12-13 | 1 | -1/+0 |
| | | | | | | | Before this patch, wlclock would always update all layer surface settings on every configure event. This is known to create a feedback loop with faulty compositors (see https://github.com/swaywm/sway/pull/6709). While wlclock did nothing wrong before, not updating these settings is more idiomatic. | ||||
* | Fix multi-cussor mishap | Leon Henrik Plickat | 2021-11-19 | 1 | -2/+2 |
| | |||||
* | Use global context | Leon Henrik Plickat | 2021-11-14 | 1 | -36/+32 |
| | |||||
* | Change face/hand line width configuration | Leon Henrik Plickat | 2020-09-28 | 1 | -5/+7 |
| | | | | | | 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). | ||||
* | Rip out frame callback | Leon Henrik Plickat | 2020-09-28 | 1 | -90/+16 |
| | | | | | Apparently, requesting a callback is asking "when can I render the /next/ frame?", not asking "when can I render /this/ frame?". Huh... | ||||
* | Render on callback | Leon Henrik Plickat | 2020-09-26 | 1 | -22/+102 |
| | |||||
* | Improve line size configuration | Leon Henrik Plickat | 2020-09-26 | 1 | -3/+3 |
| | |||||
* | Simplify hand drawing | Leon Henrik Plickat | 2020-09-25 | 1 | -26/+21 |
| | |||||
* | Add "lines" clock hand style | Leon Henrik Plickat | 2020-09-25 | 1 | -27/+44 |
| | |||||
* | Make hour hand slowly progress instead of snapping | Leon Henrik Plickat | 2020-09-25 | 1 | -15/+14 |
| | | | | The snapping behaviour can be re-enabled via a command flag | ||||
* | Draw clock hands | Leon Henrik Plickat | 2020-09-25 | 1 | -11/+80 |
| | |||||
* | Make size of clock face lines configurable | Leon Henrik Plickat | 2020-09-25 | 1 | -1/+4 |
| | | | | And use enum for long options | ||||
* | Fix clockface when drawing on scaled output | Leon Henrik Plickat | 2020-09-25 | 1 | -5/+5 |
| | |||||
* | Avoid too large radii which cause unexpected drawing behaviour | Leon Henrik Plickat | 2020-09-25 | 1 | -1/+11 |
| | |||||
* | Draw clock face | Leon Henrik Plickat | 2020-09-25 | 1 | -2/+33 |
| | |||||
* | Change dimension model to ensure square center | Leon Henrik Plickat | 2020-09-25 | 1 | -62/+42 |
| | |||||
* | Implement all configuration options and signal handling | Leon Henrik Plickat | 2020-09-25 | 1 | -2/+2 |
| | |||||
* | Render background | Leon Henrik Plickat | 2020-09-24 | 1 | -0/+155 |