diff --git a/i3status/config b/i3status/config index 3994842..76864f7 100644 --- a/i3status/config +++ b/i3status/config @@ -7,6 +7,7 @@ # If the above line is not correctly displayed, fix your editor first! general { + output_format = "i3bar" colors = true interval = 20 } @@ -15,19 +16,10 @@ order += "ipv6" order += "ethernet _first_" order += "disk /" order += "disk /home" -#order += "run_watch DHCP" -#order += "run_watch VPN" -#order += "wireless _first_" -#order += "battery 0" order += "cpu_usage" #order += "load" order += "tztime local" -wireless _first_ { - format_up = "W: (%quality at %essid) %ip" - format_down = "W: down" -} - ethernet _first_ { # if you use %speed, i3status requires root privileges #format_up = "E: %ip (%speed)" @@ -35,18 +27,6 @@ ethernet _first_ { format_down = "E:down" } -battery 0 { - format = "%status %percentage %remaining" -} - -run_watch DHCP { - pidfile = "/var/run/dhclient*.pid" -} - -run_watch VPN { - pidfile = "/var/run/vpnc/pid" -} - tztime local { #format = "%Y-%m-%d %H:%M:%S" format = "%H:%M:%S %d.%m.%Y"