pipewire-controller: fix expect text

sh-initrd-on-root
Zynh Ludwig 2024-09-27 23:40:47 -07:00
parent 29e15338ef
commit 885a428878
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ let
Command::new("${pamixer}")
.args(["--default-source", "--unmute"])
.output()
.expect("Unable to mute via pamixer");
.expect("Unable to unmute via pamixer");
Command::new("${mpv}")
.args(["--no-video", UNMUTE_AUDIO])