]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mixer: sleep: Add --initial-mood and --initial-delay.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Mar 2022 20:04:31 +0000 (21:04 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Oct 2022 16:53:17 +0000 (18:53 +0200)
The new options allow the user to run the sleep subcommand to do the
equivalent of

$ para_client stop
$ # set initial volume
$ para_client select m/initial
$ para_client play
$ sleep $initial_delay
$ para_mixer sleep

Fortunately, the implementation is very simple.


No differences found