2018-02-20 10:21:03 +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!
|
|
|
|
|
|
|
|
general {
|
|
|
|
colors = true
|
|
|
|
interval = 10
|
|
|
|
color_good = "#009900"
|
|
|
|
color_bad = "#990000"
|
|
|
|
color_degraded = "#999900"
|
2018-05-20 13:52:04 +00:00
|
|
|
output_format = "i3bar"
|
2018-02-20 10:21:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
order += "disk /"
|
|
|
|
order += "wireless _first_"
|
|
|
|
order += "load"
|
|
|
|
order += "tztime local"
|
|
|
|
|
|
|
|
wireless _first_ {
|
|
|
|
format_up = "W: (%quality at %essid) %ip"
|
|
|
|
format_down = "W: down"
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime local {
|
2018-05-20 13:52:04 +00:00
|
|
|
format = "%Y-%m-%d %H:%M"
|
2018-02-20 10:21:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
|
|
|
format = "%1min"
|
|
|
|
}
|
|
|
|
|
|
|
|
disk "/" {
|
|
|
|
format = "%avail"
|
|
|
|
}
|