summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-12 01:47:05 -0600
committerzachir <zachir@librem.one>2023-02-12 01:47:05 -0600
commit0495dd8fec75da78a21d2ea10b85d2b157c578c1 (patch)
tree662e4890684752406fbe2429dcd9f0e7d149fb77
parent41345355a860459d37406df28d97ccb704f07037 (diff)
default playerctl prompt to play-pause and not play
-rwxr-xr-xmprisctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mprisctl b/mprisctl
index 9577ead..f9cb5a3 100755
--- a/mprisctl
+++ b/mprisctl
@@ -3,9 +3,9 @@
DMENU_PROMPT=$(playerctl -l | barmenu -p 'Players:')
[ -z "$DMENU_PROMPT" ] && exit 1
-PLAYERCONTROLS_PROMPT=$(echo "play
+PLAYERCONTROLS_PROMPT=$(echo "play-pause
pause
-play-pause
+play
stop
next
previous