diff options
| author | Michael Stapelberg | 2009-07-23 20:50:35 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2009-07-23 20:50:35 +0200 | 
| commit | 4cf0073b5c9d6428142c33f1283f269668329eb0 (patch) | |
| tree | 7a71b4039f733c81c9fff6f66dc62fae3606f1f2 | |
| parent | Bugfix: Use interface instead of eth_interface in get_ip_addr() (diff) | |
Update i3status.conf
| -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 | 
