feat: add i3status-rust

main
mandlm 2022-06-20 15:49:18 +02:00
parent 12d630705c
commit c4ddcbaa75
1 changed files with 33 additions and 0 deletions

View File

@ -97,6 +97,39 @@
i3status-rust = { i3status-rust = {
enable = true; enable = true;
bars = {
default = {
theme = "solarized-dark";
icons = "awesome";
blocks = [
{
block = "memory";
display_type = "memory";
format_mem = "{mem_used_percents}";
}
{
block = "cpu";
interval = 1;
}
{
block = "load";
interval = 1;
format = "{1m}";
}
{
block = "battery";
hide_missing = true;
format = "{time} ({percentage})";
}
{
block = "time";
interval = 60;
format = "%a %d.%m %R";
}
];
};
};
}; };
home-manager.enable = true; home-manager.enable = true;