home/i3status-rust: cleanup
This commit is contained in:
parent
611d8cd4c5
commit
2ea64a046c
1 changed files with 8 additions and 20 deletions
|
@ -1,20 +1,9 @@
|
|||
{
|
||||
programs.i3status-rust = {
|
||||
enable = true;
|
||||
bars = {
|
||||
default = {
|
||||
bars.default = {
|
||||
icons = "material-nf";
|
||||
blocks = [
|
||||
### Monitor
|
||||
{
|
||||
block = "disk_space";
|
||||
path = "/nix";
|
||||
}
|
||||
{block = "memory";}
|
||||
{block = "cpu";}
|
||||
{block = "load";}
|
||||
|
||||
### Stuff that I actually need
|
||||
{block = "backlight";}
|
||||
{block = "sound";}
|
||||
{block = "battery";}
|
||||
|
@ -22,5 +11,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue