mb-music fix

master
Daniel Napora 2024-09-20 20:46:54 +02:00
parent 15cc931155
commit aee69edc40
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ then
status="$(playerctl -p mpv status)"
NOW="$(<"$NOWPLAY")" NOWPL="1"
[[ "$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()")
fi