nix: fix dunst colors
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Mar 2022 12:07:38 +0530
2 files changed,
8 insertions(+),
7 deletions(-)
M
nix/services/dunst.nix
→
nix/services/dunst.nix
@@ -10,7 +10,7 @@ services.dunst = {
enable = true; settings = { global = { - font = "Input 10"; + font = "Input 12"; allow_markup = "no"; format = ''%s\n%b''; sort = "yes";@@ -44,20 +44,20 @@ mouse_right_click = "close_all";
}; urgency_normal = { - background = base01; - foreground = base05; + background = base07; + foreground = base00; timeout = 10; }; urgency_low = { - background = base01; - foreground = base05; + background = base07; + foreground = base00; timeout = 2; }; urgency_critical = { - background = base01; - foreground = base05; + background = base07; + foreground = base00; timeout = 0; }; };
M
ssh/config
→
ssh/config
@@ -5,6 +5,7 @@ HostKeyAlgorithms ssh-rsa,ssh-ed25519
PubkeyAcceptedKeyTypes ssh-rsa,ssh-ed25519 Host github.com + User git Hostname github.com TCPKeepAlive yes IdentityFile ~/.ssh/github-pantone