1 # Configuration file for wmclockmon
2 # empty lines or lines begining with # are ignored
3 # booleans can take the next values : 0 1 true false yes no on off
4 # and are case insensitive
11 # Color : string (backlight color when backlight is ON)
16 # StyleDir : string (name of styles directory)
19 StyleDir = /usr/local/share/wmclockmon
21 # Style : string (name of style -- without extension)
26 # H12 : boolean (12 hour clock)
30 # TimeMode : integer (0: normal clock, 1: internet time, 2: binary clock)
34 # Locale : boolean (use current locale or not)
38 # Command : string (what to do when alarm raises)
43 # MessageCmd : string (what to do when alarm raises and there is a message)
46 MessageCmd = ogg123 -d esd -q
48 # Blinking enable : boolean
53 # ShowCal : boolean (display calendar at startup / 00:00)
58 # CalAlrms : boolean (look for alarms in calendar for today -- see manpage)
63 # Alarm : string ([on|off@]HH:MM[-#DAY][.MESSAGE])
65 # on|off is the boolean describing the state of the alarm
66 # @ is the field separator between status and hour - DON'T PUT SPACES
67 # HH:MM is the time when you want the alarm to be raised
68 # - is the field separator between time and day - DON'T PUT SPACES
69 # #DAY is the day of the week (1-7)
70 # . is the field separator between time or day and the message
71 # MESSAGE is the message you wantto be displayed (see MessageCmd) when this
74 # use as many Alarm options as you want alarms
76 Alarm = On@19:55./home/thomas/documents/sons/alarm.ogg
77 Alarm = On@13:30-7./home/thomas/documents/sons/warning.ogg