aboutsummaryrefslogtreecommitdiff
path: root/i3/.i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'i3/.i3status.conf')
-rw-r--r--i3/.i3status.conf5
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"