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 = {
|
||||
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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue