diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 07:17:46 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 07:17:46 +0200 |
commit | 4a1859161d80530ba62d970f4afab2c10876e3bc (patch) | |
tree | 84127b2218364f38d1113faa554f52f2ed3fb0a4 /doc/wlclock.1.scd | |
parent | cf5a15f4678790fcd35aff621ed2957c60781651 (diff) | |
download | wlclock-4a1859161d80530ba62d970f4afab2c10876e3bc.tar.gz wlclock-4a1859161d80530ba62d970f4afab2c10876e3bc.tar.bz2 |
Improve line size configuration
Diffstat (limited to '')
-rw-r--r-- | doc/wlclock.1.scd | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/wlclock.1.scd b/doc/wlclock.1.scd index 1578925..3bc1a21 100644 --- a/doc/wlclock.1.scd +++ b/doc/wlclock.1.scd @@ -38,9 +38,6 @@ but a desktop-widget. *--clock-colour* <colour> The colour of clock elements. The default is "#000000". -*--clock-face-size* <size> - The size of the minute markers on the clock face. The default is 1. - *--corner-radius* <radius>, *--corner-radius* <top-left> <top-right> <bottom-right> <bottom-left> The radius of the corners. Expects either one argument, to set the radius of all corners, or four arguments, to set the individual corner radii. The @@ -58,6 +55,14 @@ but a desktop-widget. default is "stationary". The exact implementation is compositor dependant; A compositor may choose to ignore the requested exclusive zone of surfaces. +*--face-line-size* <size> + The width of lines on the clock face, such as the minute markers. + The default is 1. + +*--hand-line-size* <size> + The width of lines of the clock hands, if hand style is set to "lines". + The default is 1. + *--hand-style* <style> Style of the clock hands. Can be "xclock", where wlclock draws xclock-esque triangles, and "lines", where wlclock draws straight lines. The default is |