9 "# AUTOGENERATED configuration file for wmmclockmon\n"
10 "# empty lines or lines beginning with # are ignored\n"
11 "# booleans can take the next values : 0 1 true false yes no on off\n"
12 "# and are case insensitive\n"
14 "# Backlight : boolean\n"
19 "# Color : string (backlight color when backlight is ON)\n"
20 "# Default : #6ec63b\n"
24 "# Command : string (what to do when alarm raises)\n"
25 "# Default : nothing\n"
29 "# MessageCmd : string (what to do when alarm raises and there is a message)\n"
30 "# Default : nothing\n"
34 "# Blinking enable : boolean\n"
39 "# H12 : boolean (12 hour clock)\n"
43 "# TimeMode : integer (0: normal clock, 1: internet time, 2: binary clock)\n"
47 "# Locale : boolean (use current locale or not)\n"
51 "# StyleDir : string (name of styles directory)\n"
52 "# Default : nothing\n"
56 "# Style : string (name of style -- without extension)\n"
57 "# Default : nothing\n"
61 "# ShowCal : boolean (display calendar at startup / 00:00)\n"
66 "# CalAlrms : boolean (look for alarms in calendar for today -- see manpage)\n"
71 "# Alarm : string ([on|off@]HH:MM[-#DAY][.MESSAGE])\n"
72 "# Default : nothing\n"
73 "# on|off boolean describing the state of the alarm\n"
74 "# @ field separator between status and time - DON'T PUT SPACES\n"
75 "# HH:MM time when you want the alarm to be raised\n"
76 "# - field separator between time and day - DON'T PUT SPACES\n"
77 "# #DAY day of the week (1-7)\n"
78 "# . field separator between time or day and the message\n"
79 "# MESSAGE message you wantto be displayed (see MessageCmd) when this\n"
82 "# use as many Alarm options as you want alarms\n"
87 char *alarmline
= "Alarm = %s@%s%s%s%s%s\n";