X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=5233041540c9a3fb1b93e29b6a3a03da6e8172a6;hb=1c2517a3998385dbfca0559aca3ba7e72b5c216c;hp=8c2bf9d0939e117048e4e6da3a9a8f50377c1d00;hpb=3b9730364a8b83794b08a4e039c2dea4a1aa32ae;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 8c2bf9d..5233041 100644 --- a/i3status.conf +++ b/i3status.conf @@ -10,7 +10,6 @@ order += "run_watch VPN" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" -order += "cpu_temperature 0" order += "load" order += "time" @@ -45,10 +44,6 @@ load { format = "%1min" } -cpu_temperature 0 { - format = "T: %degrees °C" -} - disk "/" { - format = "%free" + format = "%free (or: %percentage_used used, %percentage_used_of_avail used of avail, %percentage_free free, %percentage_avail avail)" }