fix: dunst colors

This commit is contained in:
Elisiei Yehorov 2026-01-28 02:47:15 +01:00
parent d4881a6d09
commit 709ca3e5b9
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089
3 changed files with 12 additions and 13 deletions

View file

@ -15,23 +15,23 @@
};
urgency_low = {
background = "#1e2030";
foreground = "#c8d3f5";
frame_color = "#c8d3f5";
background = "#000000";
foreground = "#ffffff";
frame_color = "#ffffff";
timeout = 3;
};
urgency_normal = {
background = "#222436";
foreground = "#c8d3f5";
frame_color = "#c8d3f5";
background = "#000000";
foreground = "#ffffff";
frame_color = "#ffffff";
timeout = 3;
};
urgency_critical = {
background = "#2f334d";
foreground = "#c53b53";
frame_color = "#c53b53";
background = "#000000";
foreground = "#ffffff";
frame_color = "#ffffff";
timeout = 5;
};
};

View file

@ -60,19 +60,18 @@ in
keybindings = lib.mkOptionDefault {
# screenshots
"${modifier}+Shift+Print" = "exec ~/bin/grimblast copy screen";
"${modifier}+Print" = "exec ~/bin/grimblast copy area";
"${modifier}+Print" = "exec ~/bin/grimblast copy area --freeze";
# launchers
"${modifier}+space" = "exec ${menu}";
"${modifier}+w" = "exec ${wallpaperScript}/bin/random-wallpaper";
"${modifier}+t" = "exec ${terminal}";
"${modifier}+z" = "exec librewolf";
"${modifier}+z" = "exec firefox";
# window
"${modifier}+q" = "kill";
"${modifier}+v" = "floating toggle";
"${modifier}+s" = "sticky toggle";
"${modifier}+Shift+m" = "exit";
# focus move
"${modifier}+Left" = "focus left";

View file

@ -34,7 +34,7 @@
thunderbird
# browser
librewolf
firefox
# wayland
wbg