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