fix: dunst colors
This commit is contained in:
parent
d4881a6d09
commit
709ca3e5b9
3 changed files with 12 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
thunderbird
|
||||
|
||||
# browser
|
||||
librewolf
|
||||
firefox
|
||||
|
||||
# wayland
|
||||
wbg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue