Module i3status_rs::blocks::load

source ·
Expand description

System load average

§Configuration

KeyValuesDefault
formatA string to customise the output of this block. See below for available placeholders." $icon $1m.eng(w:4) "
intervalUpdate interval in seconds3
infoMinimum load, where state is set to info0.3
warningMinimum load, where state is set to warning0.6
criticalMinimum load, where state is set to critical0.9
PlaceholderValueTypeUnit
iconA static iconIcon-
1m1 minute load averageNumber-
5m5 minute load averageNumber-
15m15 minute load averageNumber-

§Example

[[block]]
block = "load"
format = " $icon 1min avg: $1m.eng(w:4) "
interval = 1

§Icons Used

  • cogs

Structs§

Functions§