From cf5a15f4678790fcd35aff621ed2957c60781651 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sat, 26 Sep 2020 07:04:06 +0200 Subject: Mention supported colour formats in man page --- doc/wlclock.1.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3