diff options
Diffstat (limited to '.config/calcurse/conf')
-rw-r--r-- | .config/calcurse/conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/calcurse/conf b/.config/calcurse/conf index b46b0a7..ecf4bba 100644 --- a/.config/calcurse/conf +++ b/.config/calcurse/conf | |||
@@ -1,13 +1,13 @@ | |||
1 | appearance.calendarview=monthly | 1 | appearance.calendarview=monthly |
2 | appearance.compactpanels=no | 2 | appearance.compactpanels=no |
3 | appearance.defaultpanel=calendar | 3 | appearance.defaultpanel=todo |
4 | appearance.layout=5 | 4 | appearance.layout=5 |
5 | appearance.notifybar=yes | 5 | appearance.notifybar=yes |
6 | appearance.sidebarwidth=2 | 6 | appearance.sidebarwidth=22 |
7 | appearance.theme=blue on default | 7 | appearance.theme=cyan on default |
8 | appearance.todoview=hide-completed | 8 | appearance.todoview=hide-completed |
9 | appearance.headingpos=right-justified | 9 | appearance.headingpos=right-justified |
10 | daemon.enable=no | 10 | daemon.enable=yes |
11 | daemon.log=no | 11 | daemon.log=no |
12 | format.inputdate=1 | 12 | format.inputdate=1 |
13 | format.notifydate=%a %F | 13 | format.notifydate=%a %F |
@@ -19,10 +19,10 @@ general.autosave=yes | |||
19 | general.confirmdelete=yes | 19 | general.confirmdelete=yes |
20 | general.confirmquit=no | 20 | general.confirmquit=no |
21 | general.firstdayofweek=monday | 21 | general.firstdayofweek=monday |
22 | general.periodicsave=0 | 22 | general.periodicsave=10 |
23 | general.systemdialogs=yes | 23 | general.systemdialogs=no |
24 | notification.command=printf '\a' | 24 | notification.command=notify-send "Upcoming Appointment" |
25 | notification.notifyall=flagged-only | 25 | notification.notifyall=all |
26 | notification.warning=300 | 26 | notification.warning=300 |
27 | appearance.headerline=yes | 27 | appearance.headerline=yes |
28 | appearance.eventseparator=yes | 28 | appearance.eventseparator=yes |