diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-17 00:11:59 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-17 00:11:59 +0200 |
| commit | c61aee6ca742d2405984daf7d5e369cc951cbc89 (patch) | |
| tree | 295fefd60a93c2520f84be387ff54295a13a69b4 /scripts | |
| parent | ca1fba1ef518b2f55bc168e9782b500dfec67c16 (diff) | |
fix: minor changes and additions to sxhkd shortcuts
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/music | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/music b/scripts/music index 42ceeeb..a7fe836 100755 --- a/scripts/music +++ b/scripts/music @@ -26,5 +26,5 @@ if [ -z "$SHUFFLE" ] && [ -d "$MUSIC" ] || printf '%s' "$MUSIC" | grep -q playli fi printf 'stop\n' | socat - /tmp/mpvsocket 2> /dev/null -mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist --volume=75\ +mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist --volume=100\ --ytdl-format="wv*+ba" --script="$SCRIPT" --shuffle="$SHUFFLE" "$MUSIC" |
