X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=49ea488ae389c59393ebe75b9464168043ee8dcc;hb=11757b8105ebebba40c3a94c5d6c5431cc58b3d1;hp=774aa063a30dce22694c39e245ece0160ce39e02;hpb=9307ff9d131a70164a50e57e3aa3115c92715925;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 774aa06..49ea488 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,16 +1,23 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + general { colors = true - interval = 5 + interval = 5 } -order = "ipv6" +order += "ipv6" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" -order += "cpu_temperature 0" order += "load" order += "time" @@ -22,7 +29,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 +45,13 @@ run_watch VPN { } time { - format = "%Y-%m-%d %H:%M:%S" + format = "%Y-%m-%d %H:%M:%S" } load { - format = "%1min" -} - -cpu_temperature 0 { - format = "T: %degrees °C" + format = "%1min" } disk "/" { - format = "%free" + format = "%free" }