3 # washerDryer configuration file
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)
15 # do we execute a command when the load
20 # commands for washer and dryer, if they
22 washer_action=xmessage -center "Washer done!" -buttons "cool"
23 dryer_action=xmessage -center "Dryer done!" -buttons "time to fold"