diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-28 02:16:37 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-28 02:36:04 +0200 |
commit | affa688b44a522948ece0962cea5e14c79f65ba7 (patch) | |
tree | 45f2814fb3e6a306fa519414dcb1aee395765e60 /doc | |
parent | e7adc6269c8a054d5a4e1139ccc6b667407b108e (diff) | |
download | wlclock-affa688b44a522948ece0962cea5e14c79f65ba7.tar.gz wlclock-affa688b44a522948ece0962cea5e14c79f65ba7.tar.bz2 |
Change face/hand line width configuration
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).
Diffstat (limited to '')
-rw-r--r-- | doc/wlclock.1.scd | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/wlclock.1.scd b/doc/wlclock.1.scd index 05638df..8641d66 100644 --- a/doc/wlclock.1.scd +++ b/doc/wlclock.1.scd @@ -55,18 +55,9 @@ to work. 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 - "xclock". +*--hand-width* <size> + The width of the clock hands. If set to 0, wlclock will draw xclock-like + clock hands. The default is 0. *--layer* <layer> Layer of the layer surface. Can be "overlay", "top", "bottom" or @@ -79,6 +70,9 @@ to work. Set the margin. Requires either one argument, to set all margins, or four arguments, to set the margins individually. The default margin is 0. +*--marking-width* <size> + The width of the markings on the clock face. The default is 1. + *--namespace* <namespace> The namespace of the layers surface. Some compositors may treat layer surfaces differently based on their namespace. The default is "wlclock". |