~ubuntu-branches/ubuntu/precise/wmclockmon/precise

« back to all changes in this revision

Viewing changes to doc/sample1.wmclockmonrc

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2004-06-03 20:24:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040603202421-r6p3d4iba4q5quqy
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
5
 
 
6
# Backlight : boolean
 
7
# Default : Off
 
8
#
 
9
Backlight = On
 
10
 
 
11
# Color : string (backlight color when backlight is ON)
 
12
# Default : #6ec63b
 
13
#
 
14
Color = 
 
15
 
 
16
# StyleDir : string (name of styles directory)
 
17
# Default : nothing
 
18
#
 
19
StyleDir = /usr/local/share/wmclockmon
 
20
 
 
21
# Style : string (name of style -- without extension)
 
22
# Default : nothing
 
23
#
 
24
Style = 
 
25
 
 
26
# H12 : boolean (12 hour clock)
 
27
# Default : false
 
28
H12 = False
 
29
 
 
30
# TimeMode : integer (0: normal clock, 1: internet time, 2: binary clock)
 
31
# Default : 0
 
32
TimeMode = 0
 
33
 
 
34
# Locale : boolean (use current locale or not)
 
35
# Default : yes
 
36
Locale = Yes
 
37
 
 
38
# Command : string (what to do when alarm raises)
 
39
# Default : nothing
 
40
#
 
41
Command = play /home/thomas/documents/sounds/alarm.wav
 
42
 
 
43
# MessageCmd : string (what to do when alarm raises and there is a message)
 
44
# Default : nothing
 
45
#
 
46
MessageCmd = xmessage -center
 
47
 
 
48
# Blinking enable : boolean
 
49
# Default : yes
 
50
#
 
51
Blink = Yes
 
52
 
 
53
# ShowCal : boolean (display calendar at startup / 00:00)
 
54
# Default : no
 
55
#
 
56
ShowCal = yes
 
57
 
 
58
# CalAlrms : boolean (look for alarms in calendar for today -- see manpage)
 
59
# Default : off
 
60
#
 
61
CalAlrms = on
 
62
 
 
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
 
73
#
 
74
# use as many Alarm options as you want alarms
 
75
#
 
76
Alarm = On@19:55.Local informations
 
77
Alarm = On@13:30-7.Sunday fun
 
78
Alarm = On@07:00
 
79