X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=i3status.conf;h=ba81c3a593fc8d2b3a8f5dfe1dd8c0610c9c0eaa;hp=99640d0f054be388f51db3f230ec4690ad61ecf0;hb=49461ac56f3cbea432f4c6ec547410162237fcf7;hpb=4bf84391d8a0b2a1e661cb333881493b1a88ed4d diff --git a/i3status.conf b/i3status.conf index 99640d0..ba81c3a 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,49 +1,53 @@ +# 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 } order += "ipv6" +order += "wireless _first_" +order += "ethernet _first_" +order += "battery all" order += "disk /" -order += "run_watch DHCP" -order += "run_watch VPN" -order += "wireless wlan0" -order += "ethernet eth0" -order += "battery 0" order += "load" -order += "time" +order += "memory" +order += "tztime local" -wireless wlan0 { +wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } -ethernet eth0 { - # if you use %speed, i3status requires root privileges +ethernet _first_ { format_up = "E: %ip (%speed)" format_down = "E: down" } -battery 0 { +battery all { format = "%status %percentage %remaining" } -run_watch DHCP { - pidfile = "/var/run/dhclient*.pid" -} - -run_watch VPN { - pidfile = "/var/run/vpnc/pid" -} - -time { - format = "%Y-%m-%d %H:%M:%S" +disk "/" { + format = "%avail" } load { format = "%1min" } -disk "/" { - format = "%free" +memory { + format = "%used | %available" + threshold_degraded = "1G" + format_degraded = "MEMORY < %available" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" }