1yambar-modules-cpu(5)         File Formats Manual        yambar-modules-cpu(5)
2
3
4

NAME

6       cpu - This module provides the CPU usage
7

TAGS

9       ┌──────────┬───────┬────────────────────┐
10Name      Type  Description        
11       ├──────────┼───────┼────────────────────┤
12       │cpu       │ range │ Current usage of   │
13       │          │       │ the whole CPU in   │
14       │          │       │ percent            │
15       ├──────────┼───────┼────────────────────┤
16       │cpu<0..X> │ range │ Current usage of   │
17       │          │       │ CPU core X in per‐ │
18       │          │       │ cent               │
19       └──────────┴───────┴────────────────────┘
20

CONFIGURATION

22       ┌─────────┬──────┬─────┬──────────────────┐
23Name     Type Req Description      
24       ├─────────┼──────┼─────┼──────────────────┤
25       │interval │ int  │ no  │ Refresh interval │
26       │         │      │     │ of the CPU usage │
27       │         │      │     │ stats in ms (de‐ │
28       │         │      │     │ fault=500). Can‐ │
29       │         │      │     │ not be less then │
30       │         │      │     │ 500 ms           │
31       └─────────┴──────┴─────┴──────────────────┘
32

EXAMPLES

34           bar:
35             left:
36               - cpu:
37                   interval: 2500
38                   content:
39                     string: {text: "{cpu1}%"}
40

SEE ALSO

42       yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decora‐
43       tions(5)
44
45
46
47                                  2022-08-26             yambar-modules-cpu(5)
Impressum