dotfiles/config/i3status/config

44 lines
876 B
Text

# 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 += "memory"
order += "cpu_temperature 0"
order += "cpu_usage"
order += "battery all"
order += "tztime local"
memory {
format = " %percentage_used"
}
cpu_temperature 0 {
format = " %degrees°C"
}
cpu_usage {
format = " %usage"
}
battery all {
format = "%status %percentage %remaining"
format_down = ""
status_chr = " CHR"
status_bat = " BAT"
status_unk = " UNK"
status_full = " FULL"
low_threshold = 10
}
tztime local {
format = " %Y-%m-%d %H:%M"
}