### Sample configuration settings for wxRemind under linux ### ### A current version of this file will be written to ~/.wxremindrc ### if it doesn't already exist. This means you can always restore ### the default settings by either removing or renaming ~/.wxremindrc. ### Further, if you would like to restore some but not all of the default ### settings, simply erase the settings you want restored and the next ### time wxremind, wxremdata or wxremalert is run, your ~/.wxremindrc will ### be recreated with your settings together with the default settings for ### the ones you erased. ### ### The default encoding encoding = '''utf-8''' ### The full path to remind remind = '''/usr/local/bin/remind''' ### Start remind in internal server mode with the -z0 switch remind_internal_server = True ### Do not produce internal alerts for reminders with MSG strings which ### begin with this character ignore_char = '''~''' ### The location of the base reminders file ### This must be ~/.reminders reminders = '''/home/dag/.reminders''' ### The path to "current". New reminders will be written to this file if ### current != ~/.reminders current = '''/home/dag/.reminders''' ### Put the temporary monthly postscript calendars in this directory calendars = '''/home/dag''' ### The directory to use for storing notes attached to reminders notedir = '''/home/dag/.wxremnotes''' ### The foreground (text) color to use in the wxremind selected day window ### for reminders that have attached notes notecolor = '''FIREBRICK4''' ### The command used to generate monthly postscript calendars rem2ps = '''/usr/local/bin/rem2ps -l > /home/dag/.calendar.ps''' ### The command to view the monthly postscript calendar viewps = '''/usr/bin/gv --orientation=landscape --media=LETTER /home/dag/calendar.ps''' ### The full path to the editor to use for editing reminder files editor = '/usr/bin/gvim' editold = '%(e)s -f +%(n)s %(f)s' editnew = '%(e)s -f + %(f)s' ### The command for editing an old reminder ### using the following SUBSTITUTIONS: ### %(e)s -> the editor named above ### %(n)s -> the line number to edit ### %(f)s -> the file name ### The command for editing a new reminder using the same ### SUBSTITUTIONS as for old reminders ### The command to run when "alert_sound = 1" ### %s -> the text of the reminder message audible1 = '' ### The command to run when "alert_sound = 2" ### %s -> the text of the reminder message audible2 = '' ### Which command, 0 (silent), 1 (audible1) or 2 (audible2), to use ### for audible alerts alert_sound = 0 ### The command to run for visable alerts when "alert_display = 2" visible2 = '' ### Which command, 0 (no display), 1 (internal display) or 2 (visible2) to use ### for visible alerts alert_display = 1 ### The number of days to display in the "next n days" view ### and by default for wxremdata days = 7 ### Display then time using 1 (12 hour) or 2 (24 hour) format twelvehour = 1 ### Have the calendar use 1 (Sunday) or (0) Monday as the first day of the week sundayfirst = 1 ### If 1 add a time appropriate greeting to spoken message,e.g., "Good morning" alert_greeting = 1 ### If non-null, add it to the spoken greeting, ### e.g, "Good morning, Dan" alert_whom = '' ### If 1, replace all 3-digit numbers in msg with spoken equivalents, ### e.g., Replace "201" with "2 O1" where O is an uppercase o) and ### "385" with "3 85". Thus "201" would be spoken as "two oh one" and ### "385" as "three eighty-five". Why course and room numbers are spoken ### this way is a mystery to me. alert_parsenums = 1 ### The default string provided for "alert_other_message" will be inserted ### in the "Other Message" field when a new alert reminder is created. ### Such a message will not appear on the event list or calendar but will ### be appended to the alert message. alert_other_message = '''%1''' ### How many seconds should the advance warning alert be displayed for a reminder ### The final alert issued at the time of the event will be displayed until ### its "OK" button is clicked. alert_seconds = 15 ### The base font size basefontsize = 12 ### The adjustment to the base font size to be used in the status bar statusfontadj = 0 ### The adjustment to the base font size to be used in the event list listfontadj = 0 ### The adjustment to the base font size to be used in the date header datefontadj = 1 ### The adjustment to the base font size to be used in the "today" button buttonfontadj = 0 ### The adjustment to the base font size to be used in the calendar calendarfontadj = 0 ### The adjustment to the base font size for the "days" (agenda) view ### put in quotes so that, e.g., "+2" shows up as the adjustment "+2" ### and not as the absolute font size "2" daysfontsize = 1 ### The adjustment to the base font size for the alert message text ### put in quotes so that, e.g., "+2" shows up as the adjustment "+2" ### and not as the absolute font size "2" alertfontsize = '''+2''' ### The size of the event window eventsize = (520, 300) ### The size of the internal alert message window alertsize = (500, 120) ### The adjustment for the size of the calendar window calsizeadj = (0, 0) ### The time to assign to events with zero duration in computing the day event totals zerominutes = 15 ### Starting hour for agenda (free/busy) display for wxremdata ### This setting does not affect the wxremind display. agendastarthour = 8 ### Ending hour for agenda (free/busy) display for wxremdata ### This setting does not affect the wxremind display. agendaendhour = 22 ### The default H:MM duration for new reminders defaultduration = '''0:30''' ### (M0, "COLOR0") Days with appointments totaling less than M0 minutes have ### have foreground color "BLACK". Days with appointments totaling MORE than ### M1" minutes but less than "M1" minutes (see below) have "COLOR0" busy0 = (40, 'SLATEBLUE2') ### (M1, "COLOR1") For days with more than "M1" but less than "M2" minutes" busy1 = (80, 'BLUE2') ### (M2, "COLOR2") For days with more than "M2" but less than "M3" minutes" busy2 = (160, 'FORESTGREEN') ### (M3, "COLOR3") For days with more than "M3" but less than "M4" minutes" busy3 = (320, 'BROWN') ### (M4, "COLOR4") For days with more than "M4" minutes" busy4 = (480, 'VIOLETRED') ### The color for box around holidays in the wxremind calendar holidaycolor = '''NAVYBLUE''' ### The background shading color for holidays in the monthly postscript ### calendar. Use a single number between 0 (black) and 255 (white) or ### a triple of numbers to specify the RGB components. holidayshade = '''240 200 200''' ### The font color for the weekday names in the calendar headercolor = '''NAVYBLUE''' ### The color to highlight the current date in the event list header todaycolor = '''BLUE2''' ### The color for the text in the internal alert message window alertcolor = '''BLUE2''' ### A tuple of the RGB colors used to shade busy time in the free/busy display freebusycolor = (35, 142, 35) ### The background color bgcolor = '''GRAY95''' ### The "unfocused" background color for the calendar and the event list nfcolor = '''GRAY95''' ### The "focused" color for the calendar and the event list fcolor = '''GRAY99''' ### The borders for the event and calendar ### sunken (-1), flat (0), raised (1) or simple (2) ec_border = 2 ### The border for the status bar ### sunken (-1), flat (0), raised (1) or simple (2) sb_border = 0 ### The wxremdata default view: f (free/busy), d (daily agenda) viewdefault = '''fd''' ### wxremind "days" default view: f (free/busy), d (daily agenda) days_view = '''fd''' ### The time suffix when twelvehour is true and there are no minutes nullminute12 = '''o clock''' ### The prefix for a single digit minute. E.g., use an "O" ### (an uppercase o) to have "6:01" pronounced as "six oh 1" undertenminuteprefix12 = 0 ### The suffix for minute, e.g., 6:01, in 12 hour mode - default "" minute12 = '' ### The suffix for minutes, e.g., 6:03, in 12 hour mode - default "" minutes12 = '' ### The spoken version of 1:00 in 12 hour mode - default 1 onehour12 = 1 ### The suffix for hour in 12 hour mode - default "" hour12 = '' ### The suffix for hours in 12 hour mode - default "" hours12 = '' ### The suffix for zero minutes in 24 hour mode - default "" nullminute24 = '' ### The prefix for a single digit minute in 24 hour mode - default "" undertenminuteprefix24 = '' ### The suffix for minute in 24 hour mode - default "minute" minute24 = '''minute''' ### The suffix for minutes in 24 hour mode - default "minutes" minutes24 = '''minutes''' ### The spoken version of 0:00 in 24 hour mode nullhours24 = '''0 hours''' ### The spoken version of 1:00 in 24 hour mode onehour24 = '''1 hour''' ### The suffix for hour in 24 hour mode - default "hour" hour24 = '''hour''' ### The suffix for hours in 24 hour mode - default "hours" hours24 = '''hours''' ### The greeting for times prior to 12 noon goodmorning = '''Good morning''' ### The greeting for times between 12PM and 6PM goodafternoon = '''Good afternoon''' ### The greeting for times after 6PM goodevening = '''Good evening''' ### The prefix for the spoken time thetimeis = '''The time is''' ### The label for the event list window remindersfor = '''Reminders for''' ### The normal label for the status line prompt. pressforhelp = '''Press ? for help'''