]> git.donarmstrong.com Git - x_base.git/commitdiff
tweak the i3status config
authorDon Armstrong <don@donarmstrong.com>
Tue, 27 Sep 2016 16:17:54 +0000 (09:17 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 27 Sep 2016 16:17:54 +0000 (09:17 -0700)
.config/i3status/config

index f34cfd2af9677cae6985d34858fec244e1f146b6..915dc75373384625b5198029bbf1723035790270 100644 (file)
@@ -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"
 }