pipewire-controller: fix expect text
This commit is contained in:
parent
29e15338ef
commit
885a428878
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ let
|
||||||
Command::new("${pamixer}")
|
Command::new("${pamixer}")
|
||||||
.args(["--default-source", "--unmute"])
|
.args(["--default-source", "--unmute"])
|
||||||
.output()
|
.output()
|
||||||
.expect("Unable to mute via pamixer");
|
.expect("Unable to unmute via pamixer");
|
||||||
|
|
||||||
Command::new("${mpv}")
|
Command::new("${mpv}")
|
||||||
.args(["--no-video", UNMUTE_AUDIO])
|
.args(["--no-video", UNMUTE_AUDIO])
|
||||||
|
|
Loading…
Reference in a new issue