#### RULES #####
# Directory: setidir /path/to/setiathome/dir
#			(~ is expanded to full path, multiple declarations)
# Program: setiprg setiathome -options
#			(Either full path or program name if in $PATH)
# Refresh and update rate: refresh|update 1000
#			(In milliseconds)
# Timeout: timeout 1000
#			(In milliseconds)
# Statistics line: 1|2|3|4|5|6|7|8|9|10
# Statistics display: title|prog|cpu|timeleft|nwus|nresults|pid|bar|totalcpu
#			(Both together)
# Title    [WMSETI  X] displays title with X=AB.. if multiple directories
# Progress [12.34%  X] displays the progress where X is program status 
# Cpu      [01:23:45 ] displays the total cpu time spent on workunit
# Timeleft [01:23:45 ] displays the time left before completion of workunit
# Nwus     [TX: 12/34] displays the number of units sent
# Nresults [RX: 12/34] displays the number of units received (dufunct)
# Pid      [PID: 1234] displays the PID of the seti@home client
# Bar      [=====----] displays the progress as a graphic bar
# Totalcpu [PT: 12/34] displays the total cpu time as years and days


# Specify location of seti@home directories (default:~/setiathome)
setidir ~/setiathome
setidir ~bill/setiathome
setidir /some/where/else

# Specify run command and options (default:setiathome)
setiprg setiathome -nice 5 -stop_after_process
# - In $PATH, niced, stop after finished
# ~/binaries/here/setisearch
# - In home directory and program renamed
# setiprg /usr/lib/seti/setiathome
# - Setiathome in other location
# setiprg true
# - Dummy do not run program

# Statistics first sequence
1 title
2 prog
3 cpu
4 timeleft
5 nresults

# Statistics second sequence
6 title
7 prog
8 cpu
9 bar
10 totalcpu

# Change update to once a second and refresh ten times a second
update 1000
refresh 100

# Timeout in wmufo from text info before reverting to animation
timeout 6
# Revert after six cycles of statistics display (3 of each sequence)
# timeout 0
# Don't automatically change back
