all repos — dotfiles @ 7370c9c8a57c265e1ff7e0810f4ed72c1631b47c

my *nix dotfiles

nix: fix dunst colors
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Mar 2022 12:07:38 +0530
commit

7370c9c8a57c265e1ff7e0810f4ed72c1631b47c

parent

f32f507400d14c2fbaac570b600beaef602ad56a

2 files changed, 8 insertions(+), 7 deletions(-)

jump to
M nix/services/dunst.nixnix/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/configssh/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