From 4a066a06f6052be083e37c74222c442c7a33bfa3 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 11 Dec 2019 18:06:38 +0100 Subject: Move cmus-remote handling from i3status fork to i3status.py, to remove dependency on fork --- i3/.i3status.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i3/.i3status.conf') diff --git a/i3/.i3status.conf b/i3/.i3status.conf index 1163e40..0b7c09f 100644 --- a/i3/.i3status.conf +++ b/i3/.i3status.conf @@ -4,7 +4,6 @@ general { output_format = "i3bar" } -order += "cmd nowplaying" order += "volume master" order += "wireless wlp2s0" order += "battery 0" @@ -20,10 +19,6 @@ volume master { mixer_idx = 0 } -cmd nowplaying { - 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 wlp2s0 { format_up = "%essid: %quality, %bitrate (%ip)" format_down = "wlan0 down" -- cgit v1.2.3