Add CPU
This commit is contained in:
parent
9731fa3904
commit
f0275365a5
1 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,11 @@ block = "time"
|
||||||
interval = 60
|
interval = 60
|
||||||
format = "%R %a %d.%m"
|
format = "%R %a %d.%m"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "cpu"
|
||||||
|
interval = 5
|
||||||
|
format = "{utilization}% {frequency}GHz"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
|
|
Loading…
Reference in a new issue