diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
| commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
| tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/calcurse/conf | |
| parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) | |
Configuration file updates and additions.
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 |
