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