X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=8c2bf9d0939e117048e4e6da3a9a8f50377c1d00;hb=86e86adccae57acf7249583cdf94313fd242bb5a;hp=774aa063a30dce22694c39e245ece0160ce39e02;hpb=9307ff9d131a70164a50e57e3aa3115c92715925;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 774aa06..8c2bf9d 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,9 +1,9 @@ general { colors = true - interval = 5 + interval = 5 } -order = "ipv6" +order += "ipv6" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" @@ -22,7 +22,7 @@ wireless wlan0 { ethernet eth0 { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" - format_down = "E: down" + format_down = "E: down" } battery 0 { @@ -38,17 +38,17 @@ run_watch VPN { } time { - format = "%Y-%m-%d %H:%M:%S" + format = "%Y-%m-%d %H:%M:%S" } load { - format = "%1min" + format = "%1min" } cpu_temperature 0 { - format = "T: %degrees °C" + format = "T: %degrees °C" } disk "/" { - format = "%free" + format = "%free" }