Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wcp-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kuid -v <&3 | while IFS= read -r line; do # start kuid with

echo "WCP.SH Setting volume"
vol=${words[7]}
res=$(pactl set-sink-volume @DEFAULT_SINK@ $vol%) # pactl
res=$(wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ $vol%) # wpctl
echo "WCP.SH Volume set"

elif [ ${words[3]} == "lcdslider" ] # lcd slider moved
Expand Down