more bar info
This commit is contained in:
parent
eb8fcbd6a5
commit
6b51e689d7
1 changed files with 12 additions and 5 deletions
|
@ -6,11 +6,18 @@
|
||||||
top = {
|
top = {
|
||||||
icons = "awesome5";
|
icons = "awesome5";
|
||||||
theme = "solarized-dark";
|
theme = "solarized-dark";
|
||||||
blocks = [{
|
blocks = [
|
||||||
|
{
|
||||||
|
block = "load";
|
||||||
|
format = "{1m} {5m} {15m}";
|
||||||
|
}
|
||||||
|
{ block = "disk_space"; }
|
||||||
|
{
|
||||||
block = "time";
|
block = "time";
|
||||||
format = "%a %d/%m %R";
|
format = "%a %d/%m %R";
|
||||||
interval = 59;
|
interval = 59;
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue