aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2016-04-05 19:29:38 +0200
committerCamil Staps2016-11-30 19:11:08 +0100
commit1c41a1226c279ca4ee0350264297c2f8d10ed1a5 (patch)
tree8afc950d56d6d01c2f27e03b9c632aafc49bbe80 /system
parentMigrated back to i3status; added kbdlayout (diff)
Fixed nowplaying order
Diffstat (limited to 'system')
-rw-r--r--system/i3status.conf.symlink2
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 {