# To allow this clock set following variable to 'yes'
ALLOW='no'

# CD/DVD device
DEVICE='/dev/cdrom'

# Use eject
EJECT='yes'

# Sound scheme for kukusha-clock
# Possible cases are (self-explained):
#   RoundRobin
#   Random
#   File
SCHEME='RoundRobin'

# Sound player
SND_PLAYER='aplay'

# Sound device (in ALSA terms)
SND_DEVICE='default'

# Other aplay options
SND_OPTS='-q'

# Filename for scheme 'File'
SND_FILE=''
