standardise on fira code

This commit is contained in:
Cyryl Płotnicki 2020-04-19 12:27:46 +01:00
parent 27d3e5ab95
commit 87876dd65a
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
enable = true; enable = true;
settings = { settings = {
global = { global = {
font = "DejaVu Sans Mono for Powerline 10"; font = "Fira Code Nerd Font 10";
sort = "yes"; sort = "yes";
indicate_hidden = "yes"; indicate_hidden = "yes";
word_wrap = "yes"; word_wrap = "yes";
@ -28,7 +28,7 @@
frame_color = "#3B7C87"; frame_color = "#3B7C87";
foreground = "#3B7C87"; foreground = "#3B7C87";
background = "#191311"; background = "#191311";
timeout = 3; timeout = 5;
}; };
normal = { normal = {
@ -36,7 +36,7 @@
frame_color = "#5B8234"; frame_color = "#5B8234";
foreground = "#5B8234"; foreground = "#5B8234";
background = "#191311"; background = "#191311";
timeout = 5; timeout = 8;
}; };
critical = { critical = {
@ -44,7 +44,7 @@
frame_color = "#B7472A"; frame_color = "#B7472A";
foreground = "#B7472A"; foreground = "#B7472A";
background = "#191311"; background = "#191311";
timeout = 8; timeout = 15;
}; };
}; };
}; };

View file

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