diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/ytclipo | 2 | ||||
-rwxr-xr-x | bin/guiscripts/slmpd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 0ac412c..6cb2fc6 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -9,7 +9,7 @@ echo "inp: ${inp}" 1>&2 # works when link is from yt-local inp="$(echo -n "$inp" | awk -F 'https?://' '{print $NF}')" echo "inp: ${inp}" 1>&2 -notify-send "ytclipo" "<b>ytclipo</b><br><i>downloading</i> $inp" +notify-send "ytclipo" "<b>downloading</b> $inp" yt-dlp "$inp" \ -f "b" \ diff --git a/bin/guiscripts/slmpd b/bin/guiscripts/slmpd index 1e573ac..96d9cd1 100755 --- a/bin/guiscripts/slmpd +++ b/bin/guiscripts/slmpd @@ -2,5 +2,5 @@ if mpc > /dev/null 2>&1 then test "`mpc status %totaltime%`" = "0:00" || - echo -n "$(mpc status "%currenttime%/%totaltime%") $(mpc current)" + echo -n " $(mpc status "%currenttime%/%totaltime%") $(mpc -f "[[%title%]|%file%]" | head -n -2) " fi |