소스 검색

Only show mpd status in music status line

Frans Bergman 3 년 전
부모
커밋
902348bb08
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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