Add cpu% block to the bar
This commit is contained in:
parent
f8be9fab25
commit
b32393d7d1
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
||||||
command = ../i3/openweathermap-fullfeatured.sh;
|
command = ../i3/openweathermap-fullfeatured.sh;
|
||||||
interval = 600;
|
interval = 600;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
block = "cpu";
|
||||||
|
interval = 3;
|
||||||
|
format = "{barchart} {utilization} {frequency}";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
block = "load";
|
block = "load";
|
||||||
format = "{1m} {5m} {15m}";
|
format = "{1m} {5m} {15m}";
|
||||||
|
|
Loading…
Reference in a new issue