aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/conf
blob: de5efd0231f4df6b53da91c8bfc002c3978b2fa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# Calcurse configuration file
#
# This file sets the configuration options used by Calcurse. These
# options are usually set from within Calcurse. A line beginning with 
# a space or tab is considered to be a continuation of the previous line.
# For a variable to be unset its value must be blank, followed by an
# empty line. To set a variable to the empty string its value should be "".
# Lines beginning with "#" are comments, and ignored by Calcurse.

# If this option is set to yes, automatic save is done when quitting
general.autosave=yes

# If this option is set to yes, the GC is run automatically when quitting
general.autogc=no

# If not null, perform automatic saves every 'periodic_save' minutes
general.periodicsave=0

# If this option is set to yes, confirmation is required before quitting
general.confirmquit=yes

# If this option is set to yes, confirmation is required before deleting an event
general.confirmdelete=yes

# If this option is set to yes, messages about loaded and saved data will not be displayed
general.systemdialogs=no

# If this option is set to yes, progress bar appearing when saving data will not be displayed
general.progressbar=no

# Default calendar view (0)monthly (1)weekly:
appearance.calendarview=0

# If this option is set to yes, monday is the first day of the week, else it is sunday
general.firstdayofweek=monday

# This is the color theme used for menus :
appearance.theme=red on default

# This is the layout of the calendar :
appearance.layout=1

# Width ( percentage, 0 being minimun width, fp) of the side bar :
appearance.sidebarwidth=1

# If this option is set to yes, notify-bar will be displayed :
appearance.notifybar=yes

# Format of the date to be displayed inside notify-bar :
format.notifydate=%a %F

# Format of the time to be displayed inside notify-bar :
format.notifytime=%T

# Warn user if he has an appointment within next 'notify-bar_warning' seconds :
notification.warning=300

# Command used to notify user of an upcoming appointment :
notification.command=printf '\a'

# Notify all appointments instead of flagged ones only
notification.notifyall=no

# Format of the date to be displayed in non-interactive mode :
format.outputdate=%D

# Format to be used when entering a date (1)mm/dd/yyyy (2)dd/mm/yyyy (3)yyyy/mm/dd) (4)yyyy-mm-dd:
format.inputdate=1

# If this option is set to yes, calcurse will run in background to get notifications after exiting
daemon.enable=no

# If this option is set to yes, activity will be logged when running in background
daemon.log=no