Add cpu% block to the bar

This commit is contained in:
Cyryl Płotnicki 2022-07-17 16:10:24 +01:00
parent f8be9fab25
commit b32393d7d1

View file

@ -12,6 +12,11 @@
command = ../i3/openweathermap-fullfeatured.sh;
interval = 600;
}
{
block = "cpu";
interval = 3;
format = "{barchart} {utilization} {frequency}";
}
{
block = "load";
format = "{1m} {5m} {15m}";