summaryrefslogtreecommitdiff
path: root/doc/wlclock.1.scd
diff options
context:
space:
mode:
authorLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2020-09-26 07:04:06 +0200
committerLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2020-09-26 07:04:06 +0200
commitcf5a15f4678790fcd35aff621ed2957c60781651 (patch)
treec755a5ba75a27957fe845947916983d3d5730e57 /doc/wlclock.1.scd
parent6f5b697c3c9d0fbbba0f7aaf158c2da2ea48dcb2 (diff)
downloadwlclock-cf5a15f4678790fcd35aff621ed2957c60781651.tar.gz
wlclock-cf5a15f4678790fcd35aff621ed2957c60781651.tar.bz2
Mention supported colour formats in man page
Diffstat (limited to '')
-rw-r--r--doc/wlclock.1.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/wlclock.1.scd b/doc/wlclock.1.scd
index 77c31ee..1578925 100644
--- a/doc/wlclock.1.scd
+++ b/doc/wlclock.1.scd
@@ -100,6 +100,13 @@ but a desktop-widget.
If this flag is used, the hour hand will instantly snap to the next position
once the new hour begins, instead of slowly progressing over the hour.
+# COLOURS
+wlclock can parse hex code colours and read RGB values directly.
+
+The supported formats are "#RRGGBB", "#RRGGBBAA", "0xRRGGBB" and "0xRRGGBBAA"
+for hex code colours and "rgb(rrr,ggg,bbb)" and "rgba(rrr,ggg,bbb,aaa)" for RGB
+colours.
+
# AUTHORS
Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>