2012-11-05 17:40:51 +01:00
|
|
|
# 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!
|
|
|
|
|
2009-10-15 20:42:46 +02:00
|
|
|
general {
|
|
|
|
colors = true
|
2011-07-13 03:22:07 +02:00
|
|
|
interval = 5
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|
|
|
|
|
2011-10-10 20:29:44 +01:00
|
|
|
order += "ipv6"
|
2014-12-07 15:14:02 +01:00
|
|
|
order += "wireless _first_"
|
|
|
|
order += "ethernet _first_"
|
2016-08-01 18:03:03 +01:00
|
|
|
order += "battery all"
|
2019-02-03 16:38:17 +03:00
|
|
|
order += "disk /"
|
2009-10-15 20:42:46 +02:00
|
|
|
order += "load"
|
2018-04-16 18:18:50 +02:00
|
|
|
order += "memory"
|
2013-01-14 00:18:38 +11:00
|
|
|
order += "tztime local"
|
2009-10-15 20:42:46 +02:00
|
|
|
|
2014-12-07 15:14:02 +01:00
|
|
|
wireless _first_ {
|
2009-10-15 20:42:46 +02:00
|
|
|
format_up = "W: (%quality at %essid) %ip"
|
|
|
|
format_down = "W: down"
|
|
|
|
}
|
|
|
|
|
2014-12-07 15:14:02 +01:00
|
|
|
ethernet _first_ {
|
2009-10-16 20:14:40 +02:00
|
|
|
format_up = "E: %ip (%speed)"
|
2012-03-11 15:37:01 +01:00
|
|
|
format_down = "E: down"
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|
|
|
|
|
2016-08-01 18:03:03 +01:00
|
|
|
battery all {
|
2009-10-16 22:21:05 +02:00
|
|
|
format = "%status %percentage %remaining"
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|
|
|
|
|
2019-02-03 16:38:17 +03:00
|
|
|
disk "/" {
|
|
|
|
format = "%avail"
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
2012-03-11 15:37:01 +01:00
|
|
|
format = "%1min"
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|
|
|
|
|
2018-04-16 18:18:50 +02:00
|
|
|
memory {
|
|
|
|
format = "%used | %available"
|
|
|
|
threshold_degraded = "1G"
|
|
|
|
format_degraded = "MEMORY < %available"
|
|
|
|
}
|
|
|
|
|
2019-02-03 16:38:17 +03:00
|
|
|
tztime local {
|
|
|
|
format = "%Y-%m-%d %H:%M:%S"
|
2009-10-15 20:42:46 +02:00
|
|
|
}
|