This commit is contained in:
Cyryl Płotnicki 2020-04-18 14:04:50 +01:00
parent 8cacaef6a9
commit df9d70b09b
2 changed files with 4 additions and 9 deletions

View file

@ -3,20 +3,14 @@ theme = "solarized-dark"
[icons]
name = "awesome"
[icons.overrides]
memory_mem = " "
cpu = ""
cogs = " "
memory_mem = "  "
cogs = "  "
[[block]]
block = "time"
interval = 60
format = "%R %a %d.%m"
[[block]]
block = "cpu"
interval = 5
format = "{barchart}"
[[block]]
block = "memory"
display_type = "memory"

View file

@ -32,7 +32,8 @@ in
bars = [
{
position = "top";
fonts = [ "FontAwesome 10" "Iosevka 10" ];
colors.background= "#002b36";
fonts = [ "FontAwesome 8" "Iosevka 10" ];
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${config.xdg.configHome}/i3/status.toml";
}
];