User Manual of "Clock"
Keyboard
-
R: ring the bell
-
SPACE: stop current ring
-
ESC: exit
Mouse
Touch
Configuration:
-
Create a file named ".clock.conf" in your home directory.
-
To choose the display index - for example 1 - add the line "display 1" to ".clock.conf".
-
To set the volume from 0 to 100 - for example 75 - add the line "volume 75" to ".clock.conf".
-
To set the text color by RGB - for example black - add the line "color 0 0 0" to ".clock.conf".
-
To set the background color by RGB - for example white - add the line "background 255 255 255" to ".clock.conf".
-
To set the date format - for example 04-25-2024 - add the line "date %m-%d-%Y" to ".clock.conf".
-
To turn dimming on, add the line "dim true" to ".clock.conf".
-
To turn dimming off, add the line "dim false" to ".clock.conf".
-
To turn hourly chime on, add the line "chimes true" to ".clock.conf".
-
To turn hourly chime off, add the line "chimes false" to ".clock.conf".
-
To turn alarms on, add the line "alarms true" to ".clock.conf".
-
To turn alarms off, add the line "alarms false" to ".clock.conf".
-
Add each alarm, optionally with days of week - for example "06:30" on monday and tuesday- in a new line like "alarm 06:30 monday tuesday" to ".clock.conf".
"weekend" and "weekdays" can be used as days of week.