aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/nowplaying
diff options
context:
space:
mode:
authorCamil Staps2021-06-28 12:22:48 +0200
committerCamil Staps2021-06-28 12:22:48 +0200
commita73acb9b474ce77af4bc54657d32bd2714ce53ec (patch)
tree1016bbbb59b629c0e905fce3a0b464a40f6f97a2 /i3/bin/nowplaying
parentAdd vim settings for gas and cabal (diff)
Cleanup binaries
Diffstat (limited to 'i3/bin/nowplaying')
-rwxr-xr-xi3/bin/nowplaying2
1 files changed, 0 insertions, 2 deletions
diff --git a/i3/bin/nowplaying b/i3/bin/nowplaying
deleted file mode 100755
index 650e6e8..0000000
--- a/i3/bin/nowplaying
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/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 ' '