1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00
dotfiles/i3status/config

24 lines
360 B
Text

general {
colors = true
color_good = "#8ABEB7"
color_degraded = "#FFCC99"
color_bad = "#CC817F"
}
cpu_usage {
format = " %usage"
}
memory {
format = " %percentage_used"
threshold_degraded = "20%"
threshold_critical = "10%"
}
tztime local {
format = " %H:%M:%S %a, %d %b %Y"
}
order = "cpu_usage"
order += "memory"
order += "tztime local"