Browse Source

Only show mpd status in music status line

Frans Bergman 3 years ago
parent
commit
902348bb08
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .scripts/status/10-music.sh

+ 1 - 5
.scripts/status/10-music.sh

@@ -1,6 +1,2 @@
 #!/bin/sh
-if playerctl metadata; then
-    echo "$(playerctl metadata artist) - $(playerctl metadata title)"
-else
-    mpc current
-fi
+mpc current