standardise on fira code
This commit is contained in:
parent
27d3e5ab95
commit
87876dd65a
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
font = "DejaVu Sans Mono for Powerline 10";
|
||||
font = "Fira Code Nerd Font 10";
|
||||
sort = "yes";
|
||||
indicate_hidden = "yes";
|
||||
word_wrap = "yes";
|
||||
|
@ -28,7 +28,7 @@
|
|||
frame_color = "#3B7C87";
|
||||
foreground = "#3B7C87";
|
||||
background = "#191311";
|
||||
timeout = 3;
|
||||
timeout = 5;
|
||||
};
|
||||
|
||||
normal = {
|
||||
|
@ -36,7 +36,7 @@
|
|||
frame_color = "#5B8234";
|
||||
foreground = "#5B8234";
|
||||
background = "#191311";
|
||||
timeout = 5;
|
||||
timeout = 8;
|
||||
};
|
||||
|
||||
critical = {
|
||||
|
@ -44,7 +44,7 @@
|
|||
frame_color = "#B7472A";
|
||||
foreground = "#B7472A";
|
||||
background = "#191311";
|
||||
timeout = 8;
|
||||
timeout = 15;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@ in
|
|||
{
|
||||
position = "top";
|
||||
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";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue