aboutsummaryrefslogtreecommitdiff
path: root/pw-music
diff options
context:
space:
mode:
Diffstat (limited to 'pw-music')
-rwxr-xr-xpw-music10
1 files changed, 6 insertions, 4 deletions
diff --git a/pw-music b/pw-music
index ea7a770..89dba44 100755
--- a/pw-music
+++ b/pw-music
@@ -7,17 +7,17 @@ case $STATUS in
"Playing")
TITLE=$(playerctl metadata title | sed s/_/\ /g)
META="${TITLE:-Title}"
- curstatus=" 🎡 $META β”Š"
+ curstatus=" 🎡 $META \uE0b1"
;;
"Paused")
TITLE=$(playerctl metadata title | sed s/.m4a//g)
META="${TITLE:-Title}"
- curstatus=" ⏸️ $META β”Š"
- ;;
+ curstatus=" || $META \uE0b1"
+ ;;
*)
- curstatus=" No Player β”Š"
+ curstatus=" "
;;
esac
@@ -28,3 +28,5 @@ case "$BLOCK_BUTTON" in
playerctl play-pause
;;
esac
+
+exit 0