add i3status config

This commit is contained in:
Sencyy 2024-08-06 18:27:04 -03:00
parent af0007bb8e
commit 251b4a597d

View file

@ -0,0 +1,41 @@
# 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 = 5
}
order += "ethernet _first_"
order += "disk /"
order += "load"
order += "memory"
order += "tztime local"
ethernet _first_ {
format_up = "%ip"
format_down = "E: down"
}
disk "/" {
format = "%avail"
}
load {
format = "%1min"
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}