diff options
Diffstat (limited to 'i3/who.sh')
-rwxr-xr-x | i3/who.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/i3/who.sh b/i3/who.sh deleted file mode 100755 index f91abb3..0000000 --- a/i3/who.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -title=$(cmus-remote -Q | grep title | cut -c11-) - -artist=$(cmus-remote -Q | grep artist | cut -c12-) - -echo "$artist - $title" |