diff options
Diffstat (limited to 'config/ratpoison/cmusplaying')
-rwxr-xr-x | config/ratpoison/cmusplaying | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ratpoison/cmusplaying b/config/ratpoison/cmusplaying new file mode 100755 index 0000000..133b6f9 --- /dev/null +++ b/config/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}'` |