section "general options" option "mode" o "{sleep|fade|snooze}" string default="sleep" no option "config_file" c "(default='~/.paraslash/fade.conf')" string typestr="filename" no option "mixer_device" m "mixer device file" string typestr="device" default="/dev/mixer" no section "sleep options (only relevant in sleep mode)" option "sleep_ivol" - "set initial volume before doing anything else" int typestr="volume" default="60" no option "fa_stream" - "fall asleep stream. Change to this stream right after setting the volume" string typestr="streamname" default="fa" no option "fa_fade" - "fall asleep fading time, no fading if set to 0" int typestr="seconds" default="1800" no option "fa_vol" - "volume to fade to" int typestr="volume" default="20" no option "sleep_stream" - "change to this stream after fading, stop playing if unset" string typestr="streamname" default="sleep" no option "wake_hour" H "(0-23)" int default="8" no option "wake_min" M "(0-59)" int default="0" no option "wake_stream" - "changed to on waketime" string typestr="streamname" default="wake" no option "wake_fade" - "no fading in if set to 0" int typestr="seconds" default="1200" no option "wake_vol" - "vol to fade to at waketime" int typestr="volume" default="80" no section "snooze options" option "snooze_out_fade" - "fade out time" int typestr="seconds" default="30" no option "snooze_out_vol" - "vol to fade to before snooze" int typestr="volume" default="20" no option "snooze_time" - "delay" int typestr="seconds" default="600" no option "snooze_in_fade" - "fade in time" int typestr="seconds" default="180" no option "snooze_in_vol" - "vol to fade to after snooze" int typestr="volume" default="80" no section "fade options" option "fade_vol" f "volume to fade to" int typestr="volume" default="50" no option "fade_time" t "time to fade in" int typestr="seconds" default="5" no