2017-01-26 13:48:55 +01:00
|
|
|
general {
|
|
|
|
output_format = "i3bar"
|
|
|
|
colors = true
|
|
|
|
interval = 2
|
2017-01-28 02:47:14 +01:00
|
|
|
color_good = "#3EDD3E"
|
2017-01-26 13:48:55 +01:00
|
|
|
color_degraded = "#FFFF60"
|
2017-01-28 02:47:14 +01:00
|
|
|
color_bad = "#CC575D"
|
2017-01-26 13:48:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
order += "disk /"
|
|
|
|
order += "disk /home"
|
|
|
|
order += "ipv6"
|
2017-04-10 09:37:42 +02:00
|
|
|
order += "wireless _first_"
|
|
|
|
order += "ethernet _first_"
|
2017-01-26 13:48:55 +01:00
|
|
|
order += "cpu_usage"
|
|
|
|
order += "volume master"
|
2017-04-10 09:37:42 +02:00
|
|
|
order += "battery all"
|
|
|
|
order += "tztime local"
|
2017-01-26 13:48:55 +01:00
|
|
|
|
|
|
|
|
2017-04-10 09:37:42 +02:00
|
|
|
tztime local {
|
2017-01-26 13:48:55 +01:00
|
|
|
format = "%a %d.%m.%Y %H:%M:%S"
|
|
|
|
}
|
|
|
|
|
|
|
|
disk "/" {
|
|
|
|
format = " %avail"
|
|
|
|
low_threshold = 10
|
|
|
|
threshold_type = percentage_free
|
|
|
|
}
|
|
|
|
|
|
|
|
disk "/home" {
|
|
|
|
format = " %avail"
|
|
|
|
low_threshold = 10
|
|
|
|
threshold_type = percentage_free
|
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
|
|
|
format = " %volume"
|
|
|
|
format_muted = ""
|
|
|
|
device = "default"
|
|
|
|
mixer = "Master"
|
|
|
|
}
|
|
|
|
|
|
|
|
ipv6 {
|
|
|
|
format_up = "v6"
|
|
|
|
format_down = "v6"
|
|
|
|
}
|
|
|
|
|
2017-04-10 09:37:42 +02:00
|
|
|
wireless _first_ {
|
|
|
|
format_up = " %ip (%essid, %bitrate)"
|
2017-01-26 13:48:55 +01:00
|
|
|
format_down = ""
|
|
|
|
}
|
|
|
|
|
2017-04-10 09:37:42 +02:00
|
|
|
ethernet _first_ {
|
2018-01-05 08:58:26 +01:00
|
|
|
format_up = " %ip (%speed)"
|
|
|
|
format_down = ""
|
2017-01-26 13:48:55 +01:00
|
|
|
}
|
|
|
|
|
2017-04-10 09:37:42 +02:00
|
|
|
battery all {
|
2017-01-26 13:48:55 +01:00
|
|
|
format = "%status %percentage %remaining %emptytime"
|
|
|
|
format_down = "No battery"
|
|
|
|
status_chr = ""
|
|
|
|
status_bat = ""
|
|
|
|
status_full = ""
|
|
|
|
hide_seconds = true
|
|
|
|
integer_battery_capacity = true
|
|
|
|
last_full_capacity = true
|
|
|
|
low_threshold = 10
|
|
|
|
threshold_type = percentage
|
|
|
|
}
|
|
|
|
|
|
|
|
cpu_usage {
|
2018-01-05 08:58:26 +01:00
|
|
|
format = " %usage"
|
2017-01-26 13:48:55 +01:00
|
|
|
}
|