Man page - yambar-modules-cpu(5)
Packages contains this manual
- yambar-particles(5)
- yambar-modules-i3(5)
- yambar-modules-mpd(5)
- yambar-modules-mem(5)
- yambar-modules-script(5)
- yambar-modules-sway-xkb(5)
- yambar-modules-dwl(5)
- yambar-modules-cpu(5)
- yambar-tags(5)
- yambar(1)
- yambar-modules-sway(5)
- yambar-modules-network(5)
- yambar-modules-pulse(5)
- yambar-modules-foreign-toplevel(5)
- yambar-modules-xkb(5)
- yambar-modules-pipewire(5)
- yambar-modules(5)
- yambar-modules-backlight(5)
- yambar-modules-river(5)
- yambar-decorations(5)
- yambar-modules-battery(5)
- yambar-modules-disk-io(5)
- yambar-modules-alsa(5)
- yambar-modules-label(5)
- yambar(5)
- yambar-modules-clock(5)
- yambar-modules-removables(5)
apt-get install yambar
Manual
yambar-modules-cpu
NAMEDESCRIPTION
TAGS
CONFIGURATION
EXAMPLES
Display total CPU usage as a number
Display a vertical bar for each core
SEE ALSO
NAME
cpu - This module provides the CPU usage
DESCRIPTION
This module reports CPU usage, in percent. The content particle is a template that is instantiated once for each core, and once for the total CPU usage.
TAGS
CONFIGURATION
EXAMPLES
Display total CPU usage as a number
bar:
left:
- cpu:
poll-interval: 2500
content:
map:
conditions:
id < 0:
- string: {text: , font: Font Awesome 6
Free:style=solid}
- string: {text: "{cpu}%"}
Display a vertical bar for each core
bar:
left:
- cpu:
poll-interval: 2500
content:
map:
conditions:
id >= 0:
- ramp:
tag: cpu
items:
- string: {text: ▁}
- string: {text: ▂}
- string: {text: ▃}
- string: {text: ▄}
- string: {text: ▅}
- string: {text: ▆}
- string: {text: ▇}
- string: {text: █}
SEE ALSO
yambar-modules (5), yambar-particles (5), yambar-tags (5), yambar-decorations (5)