more bar info

This commit is contained in:
Cyryl Płotnicki 2022-04-02 11:20:05 +01:00
parent eb8fcbd6a5
commit 6b51e689d7

View file

@ -6,11 +6,18 @@
top = {
icons = "awesome5";
theme = "solarized-dark";
blocks = [{
block = "time";
format = "%a %d/%m %R";
interval = 59;
}];
blocks = [
{
block = "load";
format = "{1m} {5m} {15m}";
}
{ block = "disk_space"; }
{
block = "time";
format = "%a %d/%m %R";
interval = 59;
}
];
};
};
};