wire i3status-rust
This commit is contained in:
parent
69e38fe2d8
commit
eb8fcbd6a5
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
top = {
|
||||
icons = "awesome5";
|
||||
theme = "solarized-dark";
|
||||
blocks = [{
|
||||
block = "time";
|
||||
format = "%a %d/%m %R";
|
||||
interval = 59;
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue