[i3status] remove old config

This commit is contained in:
Felix Buehler 2020-12-13 13:54:11 +01:00
parent 9618bbc847
commit 47909d60c1
2 changed files with 0 additions and 102 deletions

View file

@ -1,100 +0,0 @@
general {
output_format = "i3bar"
colors = true
interval = 1
color_good = "#D3DAE3"
color_degraded = "#FFFF60"
color_bad = "#BA3030"
}
order += "disk /"
order += "disk /home"
order += "ipv6"
order += "wireless _first_"
order += "ethernet _first_"
order += "cpu_usage"
order += "cpu_temperature 1"
order += "load"
order += "memory"
#order += "volume input"
order += "volume master"
order += "battery all"
order += "tztime local"
tztime local {
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 = ""
}
volume input {
format = "%volume"
format_muted = ""
mixer = "Capture"
}
ipv6 {
format_up = "v6"
format_down = "v6"
}
wireless _first_ {
format_up = " %essid"
format_down = ""
}
ethernet _first_ {
format_up = " %ip (%speed)"
format_down = ""
}
battery all {
format = "%status %percentage %remaining %emptytime"
format_down = "No battery"
status_chr = ""
status_bat = ""
status_full = ""
status_unk = ""
integer_battery_capacity = true
last_full_capacity = true
low_threshold = 10
threshold_type = percentage
hide_seconds = true
}
memory {
format = " %used"
threshold_degraded = 25%
threshold_critical = 10%
}
load {
format = " %1min"
}
cpu_usage {
format = " %usage"
degraded_threshold = 66
max_threshold = 90
}
cpu_temperature 1 {
format = " %degrees°C"
path = "/sys/devices/virtual/thermal/thermal_zone0/temp"
}