home/i3status-rust: cleanup

This commit is contained in:
Guanran Wang 2024-07-21 16:18:47 +08:00
parent 611d8cd4c5
commit 2ea64a046c
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -1,20 +1,9 @@
{ {
programs.i3status-rust = { programs.i3status-rust = {
enable = true; enable = true;
bars = { bars.default = {
default = {
icons = "material-nf"; icons = "material-nf";
blocks = [ blocks = [
### Monitor
{
block = "disk_space";
path = "/nix";
}
{block = "memory";}
{block = "cpu";}
{block = "load";}
### Stuff that I actually need
{block = "backlight";} {block = "backlight";}
{block = "sound";} {block = "sound";}
{block = "battery";} {block = "battery";}
@ -22,5 +11,4 @@
]; ];
}; };
}; };
};
} }