aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/nowplaying
diff options
context:
space:
mode:
Diffstat (limited to 'i3/bin/nowplaying')
-rwxr-xr-xi3/bin/nowplaying2
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/bin/nowplaying b/i3/bin/nowplaying
new file mode 100755
index 0000000..650e6e8
--- /dev/null
+++ b/i3/bin/nowplaying
@@ -0,0 +1,2 @@
+#!/bin/sh
+cmus-remote -Q | grep '^tag \(artist\|album\|title\) ' | cut -d' ' -f 3- | tr '\n' '\t' | awk 'BEGIN { FS = "\t" } ; { print $3 " (" $2 ", " $1 ")" }'; echo -n ' '