home: add i3status-rust
This commit is contained in:
parent
5714fa5d7d
commit
6acc04ff69
1 changed files with 23 additions and 1 deletions
|
@ -1,3 +1,25 @@
|
||||||
_: {
|
_: {
|
||||||
programs.i3status-rust.enable = true;
|
programs.i3status-rust = {
|
||||||
|
enable = true;
|
||||||
|
bars = {
|
||||||
|
default = {
|
||||||
|
icons = "material-nf";
|
||||||
|
blocks = [
|
||||||
|
### Monitor
|
||||||
|
{
|
||||||
|
block = "disk_space";
|
||||||
|
path = "/nix";
|
||||||
|
}
|
||||||
|
{block = "memory";}
|
||||||
|
{block = "cpu";}
|
||||||
|
{block = "load";}
|
||||||
|
|
||||||
|
### Stuff that I actually need
|
||||||
|
{block = "sound";}
|
||||||
|
#{block = "battery";} # i cant get it working
|
||||||
|
{block = "time";}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue