mb-music fix
parent
15cc931155
commit
aee69edc40
|
@ -97,7 +97,7 @@ then
|
||||||
status="$(playerctl -p mpv status)"
|
status="$(playerctl -p mpv status)"
|
||||||
NOW="$(<"$NOWPLAY")" NOWPL="1"
|
NOW="$(<"$NOWPLAY")" NOWPL="1"
|
||||||
[[ "$status" == "Playing" ]] && out0+=(" <small>$_PAUSE</small>,playerctl -p mpv pause;${me}") || out0+=(" <small>$_PLAY</small>,playerctl -p mpv play;${me}")
|
[[ "$status" == "Playing" ]] && out0+=(" <small>$_PAUSE</small>,playerctl -p mpv pause;${me}") || out0+=(" <small>$_PLAY</small>,playerctl -p mpv play;${me}")
|
||||||
out0+=(" <small>$_STOP</small>,pkill -f yt-mpv;pkill -f radio-mpv")
|
out0+=(" <small>$_STOP</small>,pkill -f radio-mpv;pkill -f yt-mpv")
|
||||||
out0+=("^sep()")
|
out0+=("^sep()")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue