2019-08-26 13:23:11 +01:00
waybar-cpu(5)
# NAME
waybar - cpu module
# DESCRIPTION
2023-10-21 21:15:25 +05:30
The * cpu * module displays the current CPU utilization.
2019-08-26 13:23:11 +01:00
# CONFIGURATION
* interval * : ++
2019-08-26 13:31:57 +01:00
typeof: integer ++
default: 10 ++
The interval in which the information gets polled.
2019-08-26 13:23:11 +01:00
* format * : ++
2019-08-26 13:31:57 +01:00
typeof: string ++
default: {usage}% ++
The format, how information should be displayed. On {} data gets inserted.
2019-08-26 13:23:11 +01:00
2021-08-23 07:30:07 +02:00
* format-icons * : ++
typeof: array/object ++
Based on the current usage, the corresponding icon gets selected. ++
The order is *low* to *high*. Or by the state if it is an object.
2019-08-26 13:23:11 +01:00
* max-length * : ++
2019-08-26 13:31:57 +01:00
typeof: integer ++
The maximum length in character the module should display.
2019-08-26 13:23:11 +01:00
2021-02-01 08:34:51 -08:00
* min-length * : ++
2023-07-30 17:33:02 +02:00
typeof: integer ++
2023-10-21 21:15:25 +05:30
The minimum length in characters the module should accept.
2021-02-01 08:34:51 -08:00
* align * : ++
2023-07-30 17:33:02 +02:00
typeof: float ++
2024-03-04 20:00:57 +01:00
The alignment of the label within the module, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text.
* justify * : ++
typeof: string ++
The alignment of the text within the module's label, allowing options 'left', 'right', or 'center' to define the positioning.
2021-02-01 08:34:51 -08:00
2019-08-26 13:23:11 +01:00
* rotate * : ++
2019-08-26 13:31:57 +01:00
typeof: integer ++
2024-09-08 13:33:52 +02:00
Positive value to rotate the text label (in 90 degree increments).
2019-08-26 13:23:11 +01:00
* states * : ++
2022-11-07 20:30:01 +13:00
typeof: object ++
2023-10-21 21:15:25 +05:30
A number of CPU usage states which get activated on certain usage levels. See *waybar-states(5)*.
2019-08-26 13:23:11 +01:00
* on-click * : ++
2019-08-26 13:31:57 +01:00
typeof: string ++
Command to execute when clicked on the module.
2019-08-26 13:23:11 +01:00
2019-12-28 20:20:29 -08:00
* on-click-middle * : ++
typeof: string ++
Command to execute when middle-clicked on the module using mousewheel.
2019-08-26 13:23:11 +01:00
* on-click-right * : ++
2019-08-26 13:31:57 +01:00
typeof: string ++
2023-10-21 21:15:25 +05:30
Command to execute when you right-click on the module.
2019-08-26 13:23:11 +01:00
2020-04-12 18:35:41 +02:00
* on-update * : ++
typeof: string ++
Command to execute when the module is updated.
2019-08-26 13:23:11 +01:00
* on-scroll-up * : ++
2019-08-26 13:31:57 +01:00
typeof: string ++
Command to execute when scrolling up on the module.
2019-08-26 13:23:11 +01:00
* on-scroll-down * : ++
2019-08-26 13:31:57 +01:00
typeof: string ++
Command to execute when scrolling down on the module.
2019-08-26 13:23:11 +01:00
* smooth-scrolling-threshold * : ++
2019-08-26 13:31:57 +01:00
typeof: double ++
Threshold to be used when scrolling.
2019-08-26 13:23:11 +01:00
* tooltip * : ++
2019-08-26 13:31:57 +01:00
typeof: bool ++
default: true ++
Option to disable tooltip on hover.
2019-08-26 13:23:11 +01:00
2024-10-30 17:04:13 +01:00
* expand * : ++
typeof: bool ++
default: false ++
Enables this module to consume all left over space dynamically.
2019-08-26 13:23:11 +01:00
# FORMAT REPLACEMENTS
2023-10-21 21:15:25 +05:30
* {load} * : Current CPU load.
2019-08-26 13:23:11 +01:00
2023-10-21 21:15:25 +05:30
* {usage} * : Current overall CPU usage.
2021-09-19 13:41:59 +03:00
2023-10-21 21:15:25 +05:30
* {usage * {n}* } * : Current CPU core n usage. Cores are numbered from zero, so first core will be {usage0} and 4th will be {usage3}.
2019-08-26 13:23:11 +01:00
2023-10-21 21:15:25 +05:30
* {avg_frequency} * : Current CPU average frequency (based on all cores) in GHz.
2021-02-02 23:33:33 +01:00
2023-10-21 21:15:25 +05:30
* {max_frequency} * : Current CPU max frequency (based on the core with the highest frequency) in GHz.
2021-02-02 23:33:33 +01:00
2023-10-21 21:15:25 +05:30
* {min_frequency} * : Current CPU min frequency (based on the core with the lowest frequency) in GHz.
2021-02-02 23:33:33 +01:00
2023-10-21 21:15:25 +05:30
* {icon} * : Icon for overall CPU usage.
2021-09-19 13:41:59 +03:00
2023-10-21 21:15:25 +05:30
* {icon * {n}* } * : Icon for CPU core n usage. Use like {icon0}.
2021-09-19 13:41:59 +03:00
# EXAMPLES
Basic configuration:
2019-08-26 13:23:11 +01:00
```
"cpu": {
2019-08-26 13:31:57 +01:00
"interval": 10,
"format": "{}% ",
"max-length": 10
2019-08-26 13:23:11 +01:00
}
```
2023-10-21 21:15:25 +05:30
CPU usage per core rendered as icons:
2021-09-19 13:41:59 +03:00
```
"cpu": {
"interval": 1,
"format": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
},
```
2019-08-26 13:23:11 +01:00
# STYLE
- * #cpu *