Add i3 config

This commit is contained in:
Ethan Lane 2022-06-27 19:42:56 +01:00
parent 89594c26e8
commit eede1742ab
Signed by: Vylpes
GPG key ID: EED233CC06D12504
2 changed files with 75 additions and 16 deletions

View file

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