Files
dotfiles/i3status/config
T
2021-12-06 18:00:25 -07:00

31 lines
593 B
Plaintext

# 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 = 1
}
order += "load"
order += "memory"
order += "tztime local"
load {
format = "CPU Usage: %1min"
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%D %l:%M:%S %p"
}