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"
|
2018-04-07 18:08:19 +02:00
|
|
|
order += "cpu_temperature 1"
|
|
|
|
order += "load"
|
|
|
|
order += "memory"
|
2017-01-26 13:48:55 +01:00
|
|
|
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"
|
2018-04-07 18:08:19 +02:00
|
|
|
low_threshold = 10
|
|
|
|
threshold_type = percentage_free
|
2017-01-26 13:48:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2018-04-07 18:08:19 +02:00
|
|
|
memory {
|
|
|
|
format = " %used"
|
2018-05-14 23:21:44 +02:00
|
|
|
threshold_degraded = 25%
|
|
|
|
threshold_critical = 10%
|
2018-04-07 18:08:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
|
|
|
format = " %1min %5min"
|
|
|
|
}
|
|
|
|
|
2017-01-26 13:48:55 +01:00
|
|
|
cpu_usage {
|
2018-01-05 08:58:26 +01:00
|
|
|
format = " %usage"
|
2018-05-29 23:38:47 +02:00
|
|
|
degraded_threshold = 66
|
|
|
|
max_threshold = 90
|
2017-01-26 13:48:55 +01:00
|
|
|
}
|
2018-04-07 18:08:19 +02:00
|
|
|
|
|
|
|
cpu_temperature 1 {
|
|
|
|
format = " %degrees°C"
|
|
|
|
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
|
|
|
|
}
|