=head1 NAME urclock (oUR CLOCK) -- clock and appointment reminder for X11 =head1 SYNOPSIS urclock [options] =head1 DESCRIPTION B -- version B<@@RXVT_VERSION@@> -- is an analog clock for X intended as an I(1) replacement that conserves memory and has extra features: B enters reverse video if there is mail waiting; an appointment reminder is also builtin. =head2 OPTIONS The options supported by B: =over =item B<-display> I Attempt to open a window on the named X display. In the absence of this option, the display specified by the C environment variable is used. =item B<-geometry> I Create the window with the specified X window geometry [default C<80x80>]. =item B<-bg> I Window background color [default C]. =item B<-fg> I Window foreground color [default C]. =item B<-fn> I Select font used for reminders [default C<7x14>]. =item B<-nodate> Do not display today's date on the face of the clock. =item B<-iconic> Start iconified, if supported by the window manager. =item B<-adjust> I Adjust the clock by +/- I (I
= days, I = hours, I = minutes) to fix an incorrect clock without being root or for working in another time-zone. =item B<-update> I Update clock face every I seconds [default C<30>]. If I=1, a seconds hand is displayed. =item B<-mail> I Check for new mail every I seconds [default C<60>]. The actual interval is a multiple of the clock update interval. =item B<-mailfile> I Override environmental variable C with I as location for mail. =item B<-mailspawn> I Execute I when the face of the clock is clicked by the mouse button. =item B<#>I Specify the preferred icon window size [default C<65x65>]. =back Some of these options may not be available based on how urclock was compiled. Run B to determine which features are available. =head1 X RESOURCES No X resources are used -- only command-line options. =head1 TITLES AND ICONS The window and icon titles are set to the day of the week and the date. The date is also displayed on the lower half of the clock unless the B<-nodate> option is specified. The icon window is "active" and will show the time, if supported by the window manager. =head1 REMINDERS The B<~/.rclock> file (note: I B<~/.urclock>) lists the messages to display and/or the programs to run at specified times and dates. At the specified time, B will pop-up a window in the center of the screen to display the message or will simply run the scheduled program. B will read the B<~/.rclock> file at startup, and every 10 minutes (to look for changes) and after a message window has been dismissed (to find the next appointment). An entry in B<~/.rclock> may be one of two formats (blank and comment lines will be ignored): B or B<[hh:mm [dd] MM/DD/YY [message]]; program> B - hour (0-23; * = current) B - minute (0-59; * = 0) B
- days-of-week (some/all/none of umtwrfs; * = all) B - month (1-12; * = current) B
- day of month (1-31; * = current) B - year (0-99 or 1900-????; * = current) B - message to display B - program to execute The days-of-the-week use the following abbreviations: B=Sunday, B=Monday, B=Tuesday, B=Wednesday, B=Thursday, B=Friday, B=Saturday, B<*>=all. If B is empty and B has been specified, it is executed without a dialog box. If time/date are also not specified, B is executed on start-up. Note B may contain escape values (\n: newline, \;: semicolon). Here's a silly example file that shows some of the permissible constructs: # ~/.rclock - My appointment file # startup functions ; xsetroot -solid Black & # cron functions 10:00; xsetroot -solid Grey25 & 14:00; xsetroot -solid Grey75 & # daily/weekly reminders 08:15 mtwrf * Good Morning!\\nRead News?; urxvt -e News 12:00 mtwrf * Lunch Time! 17:00 mtwrf * Go Home 23:00 mtwrf * Still Here? Go to bed 08:10 twrf * Did you do your time card yesterday? 15:00 f * Friday, do your time card early! 16:00 mtwr * Do your time card 16:30 mtwrf * Did you do your time card? *:00 us * It's the weekend, why are you here? 8:15 f */13/* Friday the 13th! Careful! 8:15 * 4/1/* fkrkrmfismsmkd...dkdfk 8:16 * 4/1/* April Fools! # birthdays/anniversaries 16:00 05/21/* Pam's Birthday (next week) 16:00 05/24/* Pam's Birthday (in a few days) # once-of appointments 08:30 03/15/94 Dentist appointment 08:30 03/15/1999 Dentist appointment 08:30 03/15/2004 Dentist appointment =head1 ENVIRONMENT B uses the environment variable B to determine the location of the user's mail spool file unless the B<-mailfile> option is specified. =head1 BUGS B is not very smart about dealing with errors encountered while reading the B<~/.rclock> file. Each reminder must be a single line not exceeding 255 characters. Reminder windows are sometimes not redrawn (left blank) when raised or uncovered. =head1 HISTORY When "unicodifying" rxvt to urxvt-unicode, other programs than rxvt were dropped, as they would be identical to their rxvt counterparts, and therefore could still be installed independently by installing rxvt. Since distributions have started dropping rxvt (and thus rclock), the rclock program has been added to the rxvt-unicode package under the name urclock. It should be functionally identical to rxvt's rclock program, including using the same configuration file name. =head1 AUTHORS Rob Nation Modifications by mj olesen Modifications by Marc A. Lehmann Modifications by Emanuele Giaquinta Currently maintained as part of the rxvt-unicode package.