From: Don Armstrong Date: Tue, 27 Sep 2016 16:17:54 +0000 (-0700) Subject: tweak the i3status config X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=96485de8540848cfa9fcfd9ab3f9317d95c8b9b5;hp=3b6ca95e90baa96d6755c6036137d94f48a7b9db;p=x_base.git tweak the i3status config --- 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" }