X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=7052e23d106a475ddde209ebb2c6a34aa3e4afc5;hb=f3ccd8ac7d9e258bda123303b1c254c6cdfd0463;hp=99640d0f054be388f51db3f230ec4690ad61ecf0;hpb=88b157cc8a19a312d93cba1f9332fc40b385e253;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 99640d0..7052e23 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,3 +1,11 @@ +# 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 @@ -7,18 +15,18 @@ order += "ipv6" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" -order += "wireless wlan0" -order += "ethernet eth0" +order += "wireless _first_" +order += "ethernet _first_" order += "battery 0" order += "load" -order += "time" +order += "tztime local" -wireless wlan0 { +wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } -ethernet eth0 { +ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" format_down = "E: down" @@ -36,7 +44,7 @@ run_watch VPN { pidfile = "/var/run/vpnc/pid" } -time { +tztime local { format = "%Y-%m-%d %H:%M:%S" } @@ -45,5 +53,5 @@ load { } disk "/" { - format = "%free" + format = "%avail" }