mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
polybar: use a rabbit for CPU
This commit is contained in:
parent
96b93cc51c
commit
d799652438
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@ enable-scroll = true
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
label = %percentage: 2%%
|
label = %percentage: 2%%
|
||||||
|
warn-percentage = 20
|
||||||
|
format-warn = <label-warn>
|
||||||
|
label-warn = %percentage: 2%%
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue