wire i3status-rust

This commit is contained in:
Cyryl Płotnicki 2022-04-02 11:14:33 +01:00
parent 69e38fe2d8
commit eb8fcbd6a5
2 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,8 @@ in {
workspaceLayout = "tabbed";
bars = [{
statusCommand =
"${pkgs.i3status-rust}/bin/i3status-rs ~/.config/i3status-rust/config-top.toml";
position = "top";
colors.background = "#001e26";
colors.statusline = "#708183";

View file

@ -6,6 +6,11 @@
top = {
icons = "awesome5";
theme = "solarized-dark";
blocks = [{
block = "time";
format = "%a %d/%m %R";
interval = 59;
}];
};
};
};