From 96485de8540848cfa9fcfd9ab3f9317d95c8b9b5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 27 Sep 2016 09:17:54 -0700 Subject: [PATCH 1/1] tweak the i3status config --- .config/i3status/config | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.config/i3status/config b/.config/i3status/config index f34cfd2..915dc75 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -24,13 +24,13 @@ order += "tztime local" wireless _first_ { format_up = "W: (%quality at %essid) %ip" - format_down = "W: down" + format_down = "" } ethernet etho { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" - format_down = "E: down" + format_down = "" } battery 0 { @@ -43,12 +43,21 @@ battery 1 { format_down = "" } +ipv6 { + format_up = "%addr" + format_down = "" +} + run_watch DHCP { pidfile = "/var/run/dhclient*.pid" + format = "DHCP" + format_down = "" } path_exists VPN { path = "/proc/sys/net/ipv4/conf/tun0" + format = "VPN" + format_down = "" } tztime local { @@ -60,7 +69,7 @@ load { } volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" + format = "🔊%volume" + format_muted = "🔇(%volume)" device = "pulse" } -- 2.39.2