summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md7
-rw-r--r--doc/wlclock.1.scd16
2 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index 84a3bcd..aac7f99 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
wlclock is a digital analog clock for Wayland desktops.
+wlclock is inspired by xclock(1) and the default configuration has been chosen
+to mimic it. However unlike xclock, wlclock is not a regular window but a
+desktop-widget.
+
+A Wayland compositor must implement the Layer-Shell and XDG-Output for wlclock
+to work.
## Building
@@ -18,6 +24,7 @@ and `scdoc` to generate the manpage.
## Contributing
+
**Contributions are welcome!** Read `CONTRIBUTING.md` to find out how you can
contribute. Do not be afraid, it is really not that complicated.
diff --git a/doc/wlclock.1.scd b/doc/wlclock.1.scd
index 3bc1a21..05638df 100644
--- a/doc/wlclock.1.scd
+++ b/doc/wlclock.1.scd
@@ -7,13 +7,13 @@ wlclock - A digital analog clock for Wayland
# DESCRIPTION
wlclock displays an analog clock on Wayland desktops.
+wlclock is inspired by xclock(1) and the default configuration has been chosen
+to mimic it. However unlike xclock, wlclock is not a regular window but a
+desktop-widget.
+
A Wayland compositor must implement the Layer-Shell and XDG-Output for wlclock
to work.
-wlclock is heavily inspired by xclock(1) and the default configuration has been
-chosen to mimic xclock. However unlike xclock, wlclock is not a regular window
-but a desktop-widget.
-
# OPTIONS
*-h*, *--help*
Display help message and exit.
@@ -39,10 +39,10 @@ but a desktop-widget.
The colour of clock elements. The default is "#000000".
*--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
- default radius is 5. If set to sufficiently high values, wlclock will be
- completely round. Set to 0 to disable corner roundness.
+ 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. If
+ set to sufficiently high values, wlclock will be completely round. Set to 0
+ to disable corner roundness. The default radius is 0.
*--exclusive-zone* <option>
Exclusive zone of the surface. Can be "true", "false" or "stationary". If