123456789101112131415161718192021222324252627282930 |
- ## "When" preferences
- # calendarfile (change accordingly)
- calendar = /home/jan/notabug/privatdocuments/Kalender/unikalender
- # Your favorite editor, that will be called by "when e"
- editor = vim
- # The language, when will output in
- language = de
- # How many future/past days will be shown (0 if only TODAY should be shown; or call "when" with the "i" parameter)
- future = 0
- past = 0
- # Automatic line-/row-wrapping
- wrap_auto = yes
- rows_auto = yes
- # If When should show a header before content
- header = no
- # If when should show more output on another page
- paging = yes
- # If when should style the output (bold, italic, colors)
- styled_output = yes
- styled_output_if_not_tty= yes
- # Styles for current day/item
- calendar_today_style = bold,fgwhite,fggreen
- items_today_style = bold,underlined,fggreen
- # If Monday should be the first day of the week (default: sunday)
- monday_first = yes
- # If AM/PM should be shown
- ampm = no
- # Support for Umlauts and similar symbols (0=true, 1=false)
- filter_accents_on_output= 0
|