# Update every 10 seconds (or so)
set artts(update_rate) 10000

# The report window should appear near the middle of the screen.
set artts(rpt_x) 500
set artts(rpt_y) 500

# The main window will appear at the top of the screen (right side for smaller
# screens)
set artts(x_pos) 500
set artts(y_pos) 10

# Uncomment the next 2 lines for a smaller font (all text is fixed spaced)
# set artts(fixed) -schumacher-*-*-r-normal-*-*-100-*-*-c-60-*-*
# set artts(prop) -schumacher-*-*-r-normal-*-*-100-*-*-c-60-*-*

# Setup the seperators for arpt
set arpt(seperator) "--------------------------------"
set arpt(tot_line) "=============="
set arpt(tot_format) "%02i:%02i:%02i"
set arpt(exclude) [list "Lunch" "Gabbing"]

# Define the startup task, set to "NONE" for no default task
set artts(start_task) "Real Work"

# Setup tasks. This part of the file will grow as tasks are added and removed.
# Clean all except for the last artts(tasks) occasionally.
set artts(tasks) [list "Real Work" "Mail" "News" "Meetings" "Lunch" \
		     "Mind Expanding" "Gabbing"] 

