##-------------------------------------------------------------------- ## pal.conf file ## Type "man pal" for more information about this file. ## ## Comments begin with # ## ## The latest copy of a 'template' pal.conf file can be found in ## /usr/share/pal/pal.conf. It describes every setting that can be ## changed in pal.conf. ## ##-------------------------------------------------------------------- ##-------------------------------------------------------------------- ## Load pal calendar files ## ## FORMAT: ## file filename (color) ## Display the events in filename on calendar and the detailed ## listing. The "(color)" part is optional. The color you select ## will be used when displaying the events in the file. "color" can ## be: black, red, green, yellow, blue, magenta, cyan, or white. ## ## file_hide filename (color) ## Display the events in filename only in the detailed listing. ## ## ## The filenames can be absolute or relative paths. ## - If a relative path is used, pal starts in ~/.pal and looks for ## the file. If no file is found, pal starts in /usr/share/pal ## and looks for the file. ## ## - If an aboslute path is used, pal will only look for the file at ## the exact path given. ## ## ## CALENDAR FILE FORMAT: ## See the man page for information about the format of the pal ## calendar files. Several calendars are installed by default in ## /usr/share/pal ## # birthdays file birthdays.pal (magenta) # important events file events.pal (green) # partytime file party.pal (white) # personal meetings file personal.pal (green) # work file work.pal (yellow) # vale related file vale.pal (blue) # todo list file todo.pal # Dutch holidays file nederland.pal ##-------------------------------------------------------------------- ## Default color for events. Unless you change it, it will be "blue" # event_color blue ##-------------------------------------------------------------------- ## Make weeks begin on monday # week_start_monday ##-------------------------------------------------------------------- ## Display custom date string with -r,-d,-s arguments ## Default: %a %e %b %Y ## ## See "man strftime" for what the symbols mean. Do not use time ## related items in the format string---use only ones that are date ## related. # date_fmt %a %e %b %Y ##-------------------------------------------------------------------- ## Show lists of events in reverse order. # reverse_order ##-------------------------------------------------------------------- ## Hide the event type (shown before a ':') when listing events. The ## event type is defined at the top of the file that the event is ## found in. # hide_event_type ##-------------------------------------------------------------------- ## Show calendar on bottom (below reminders) # cal_on_bottom ##-------------------------------------------------------------------- ## Don't use columns when displaying the calendar no_columns ##-------------------------------------------------------------------- ## Show lists of events in a more compact form (no spaces between ## days) #compact_list ##-------------------------------------------------------------------- ## Date format used when compact_list is used ## Default: %m/%d/%Y ## ## The default writes the date in the American format. Users in other ## countries might prefer using %d/%m/%Y # compact_date_fmt %m/%d/%Y ##-------------------------------------------------------------------- ## If you get tired of always using -r, you can set the default value ## for -r here. Note: Remember that this will affect what is ## displayed when -d and -s are used too. ## Default: 0 ## ## Use the same thing thing after default_range that you use with -r. ## For example, if you always want to use '-r 1-2', use 'default_range ## 1-2'. This value can be overriden by using -r at run-time. default_range 14