diff options
-rw-r--r-- | i3status.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 7410d1a..cedd188 100644 --- a/i3status.conf +++ b/i3status.conf @@ -15,7 +15,7 @@ battery 0 run_watch DHCP /var/run/dhclient*.pid run_watch VPN /var/run/vpnc/pid -order run,wlan,eth,battery,load,time +order ipv6,run,wlan,eth,battery,cpu_temperature,load,time # Specifies background and border color normcolors #000000 #333333 @@ -28,3 +28,6 @@ get_ethspeed # Checks core temperature get_cpu_temperature + +# Get IPv6 public address +get_ipv6 |