diff --git a/i3status/config b/i3status/config index e45cebe..5e0a696 100644 --- a/i3status/config +++ b/i3status/config @@ -5,27 +5,20 @@ general { color_bad = "#CC817F" } -disk "/" { - format = "Disk: %free" +cpu_usage { + format = " %usage" } memory { - format = "%used" - threshold_degraded = "10%" - format_degraded = "MEMORY: %free" -} - -read_file uptime { - path = "/proc/uptime" -} - -ethernet _first_ { - format_up = "E: %ip" - format_down = "E: down" + format = " %percentage_used" + threshold_degraded = "20%" + threshold_critical = "10%" } tztime local { - format = "%H:%M:%S %Y-%m-%d " + format = " %H:%M:%S %a, %d %b %Y" } +order = "cpu_usage" +order += "memory" order += "tztime local"