diff options
Diffstat (limited to 'config/ratpoison/cmusplaying')
-rwxr-xr-x | config/ratpoison/cmusplaying | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/ratpoison/cmusplaying b/config/ratpoison/cmusplaying deleted file mode 100755 index 133b6f9..0000000 --- a/config/ratpoison/cmusplaying +++ /dev/null @@ -1 +0,0 @@ -echo `cmus-remote -Q | awk '/ artist/ {$1=$2=""; print $0}'` - `cmus-remote -Q 2>/dev/null | grep title | awk '{$1=$2=""; print $0}'` |