diff options
author | Camil Staps | 2019-12-11 18:06:38 +0100 |
---|---|---|
committer | Camil Staps | 2019-12-11 18:13:48 +0100 |
commit | 4a066a06f6052be083e37c74222c442c7a33bfa3 (patch) | |
tree | a5dccc00c93f136cdaa36338a6d605a33f7424b6 /i3/.i3status.conf | |
parent | Use a locally built code generator in install_clean (diff) |
Move cmus-remote handling from i3status fork to i3status.py, to remove dependency on fork
Diffstat (limited to 'i3/.i3status.conf')
-rw-r--r-- | i3/.i3status.conf | 5 |
1 files changed, 0 insertions, 5 deletions
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" |