From 1c41a1226c279ca4ee0350264297c2f8d10ed1a5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 5 Apr 2016 19:29:38 +0200 Subject: Fixed nowplaying order --- system/i3status.conf.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/i3status.conf.symlink') diff --git a/system/i3status.conf.symlink b/system/i3status.conf.symlink index 37406ea..0891d5a 100644 --- a/system/i3status.conf.symlink +++ b/system/i3status.conf.symlink @@ -21,7 +21,7 @@ volume master { } cmd nowplaying { - cmd = "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 ' '" + cmd = "cmus-remote -Q | grep '^tag \\(artist\\|album\\|title\\) ' | sort | cut -d' ' -f 3- | tr '\\n' '\t' | awk 'BEGIN { FS = \"\\t\" } ; { print \"♪: \" $3 \" (\" $1 \", \" $2 \")\" }'; echo -n ' '" } wireless wlan0 { -- cgit v1.2.3