diff --git a/nixos/i3/dunst.nix b/nixos/i3/dunst.nix index 078ff8ca..ef3180bd 100644 --- a/nixos/i3/dunst.nix +++ b/nixos/i3/dunst.nix @@ -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; }; }; }; diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 023e28b6..eb80c332 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -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"; } ];