wmclockmon: update change-log
[dockapps.git] / wmclockmon / doc / sample2.wmclockmonrc
blob15fb37db2ce8e26c4314b997556f33cbde55c185
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
6 # Backlight : boolean
7 # Default : Off
9 Backlight = On
11 # Color : string (backlight color when backlight is ON)
12 # Default : #6ec63b
14 Color = 
16 # StyleDir : string (name of styles directory)
17 # Default : nothing
19 StyleDir = /usr/local/share/wmclockmon
21 # Style : string (name of style -- without extension)
22 # Default : nothing
24 Style = 
26 # H12 : boolean (12 hour clock)
27 # Default : false
28 H12 = False
30 # TimeMode : integer (0: normal clock, 1: internet time, 2: binary clock)
31 # Default : 0
32 TimeMode = 0
34 # Locale : boolean (use current locale or not)
35 # Default : yes
36 Locale = Yes
38 # Command : string (what to do when alarm raises)
39 # Default : nothing
41 Command = 
43 # MessageCmd : string (what to do when alarm raises and there is a message)
44 # Default : nothing
46 MessageCmd = ogg123 -d esd -q
48 # Blinking enable : boolean
49 # Default : yes
51 Blink = Yes
53 # ShowCal : boolean (display calendar at startup / 00:00)
54 # Default : no
56 ShowCal = no
58 # CalAlrms : boolean (look for alarms in calendar for today -- see manpage)
59 # Default : off
61 CalAlrms = on
63 # Alarm : string ([on|off@]HH:MM[-#DAY][.MESSAGE])
64 # Default : nothing
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
72 #           alarm raises
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
78 Alarm = On@07:00