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