wmpop3: Add version 0.5.6a to repository.
[dockapps.git] / washerdryer / washerDryer / wdryerrc
blobf12842992fc52d9fa0f38db906c4fdbf084d5c05
1 # ~/.wdryerrc
3 # washerDryer configuration file
4 # Mike Foley, 9/21/01
6 # All options except for washer_time and
7 # dryer_time can be changed while program
8 # is running. To configure, click on the
9 # main part of the app.
11 # time of washer and dryer (in minutes)
12 washer_time=30
13 dryer_time=40
15 # do we execute a command when the load
16 # is done, or beep?
17 exec_washer_action=1
18 exec_dryer_action=1
20 # commands for washer and dryer, if they
21 # are being executed
22 washer_action=xmessage -center "Washer done!" -buttons "cool"
23 dryer_action=xmessage -center "Dryer done!" -buttons "time to fold"