소스 검색

Add a script for current playing

Samuel W. Flint 2 년 전
부모
커밋
8150b02c52
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      current-playing

+ 3 - 0
current-playing

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+mpc status -f "%file%" | head -n 1