diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/i3status.conf.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |