preferences 1015 B

123456789101112131415161718192021222324252627282930
  1. ## "When" preferences
  2. # calendarfile (change accordingly)
  3. calendar = /home/jan/notabug/privatdocuments/Kalender/unikalender
  4. # Your favorite editor, that will be called by "when e"
  5. editor = vim
  6. # The language, when will output in
  7. language = de
  8. # How many future/past days will be shown (0 if only TODAY should be shown; or call "when" with the "i" parameter)
  9. future = 0
  10. past = 0
  11. # Automatic line-/row-wrapping
  12. wrap_auto = yes
  13. rows_auto = yes
  14. # If When should show a header before content
  15. header = no
  16. # If when should show more output on another page
  17. paging = yes
  18. # If when should style the output (bold, italic, colors)
  19. styled_output = yes
  20. styled_output_if_not_tty= yes
  21. # Styles for current day/item
  22. calendar_today_style = bold,fgwhite,fggreen
  23. items_today_style = bold,underlined,fggreen
  24. # If Monday should be the first day of the week (default: sunday)
  25. monday_first = yes
  26. # If AM/PM should be shown
  27. ampm = no
  28. # Support for Umlauts and similar symbols (0=true, 1=false)
  29. filter_accents_on_output= 0