Skip to content
Logan Magee edited this page Mar 9, 2020 · 14 revisions

The cpu module displays the current cpu utilization.

Config

Addressed by cpu

option typeof default description
interval integer 10 The interval in which the information gets polled.
format string {usage}% The format, how information should be displayed. On {} data gets inserted.
max-length integer The maximum length in character the module should display.
rotate integer Positive value to rotate the text label.
states array A number of cpu usage states which get activated on certain usage levels.
See States
on-click string Command to execute when clicked on the module.
on-click-middle string Command to execute when you middle clicked on the module using mousewheel.
on-click-right string Command to execute when you right clicked on the module.
on-scroll-up string Command to execute when scrolling up on the module.
on-scroll-down string Command to execute when scrolling down on the module.
smooth-scrolling-threshold double Threshold to be used when scrolling.
tooltip bool true Option to enable tooltip on hover.

Format replacements:

string replacement
{load} Current cpu load.
{usage} Current cpu usage.

Example:

"cpu": {
    "interval": 10,
    "format": "{}% ",
    "max-length": 10
}

Style

  • #cpu
Clone this wiki locally