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 = {
|
urgency_low = {
|
||||||
background = "#1e2030";
|
background = "#000000";
|
||||||
foreground = "#c8d3f5";
|
foreground = "#ffffff";
|
||||||
frame_color = "#c8d3f5";
|
frame_color = "#ffffff";
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#222436";
|
background = "#000000";
|
||||||
foreground = "#c8d3f5";
|
foreground = "#ffffff";
|
||||||
frame_color = "#c8d3f5";
|
frame_color = "#ffffff";
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#2f334d";
|
background = "#000000";
|
||||||
foreground = "#c53b53";
|
foreground = "#ffffff";
|
||||||
frame_color = "#c53b53";
|
frame_color = "#ffffff";
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -60,19 +60,18 @@ in
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
# screenshots
|
# screenshots
|
||||||
"${modifier}+Shift+Print" = "exec ~/bin/grimblast copy screen";
|
"${modifier}+Shift+Print" = "exec ~/bin/grimblast copy screen";
|
||||||
"${modifier}+Print" = "exec ~/bin/grimblast copy area";
|
"${modifier}+Print" = "exec ~/bin/grimblast copy area --freeze";
|
||||||
|
|
||||||
# launchers
|
# launchers
|
||||||
"${modifier}+space" = "exec ${menu}";
|
"${modifier}+space" = "exec ${menu}";
|
||||||
"${modifier}+w" = "exec ${wallpaperScript}/bin/random-wallpaper";
|
"${modifier}+w" = "exec ${wallpaperScript}/bin/random-wallpaper";
|
||||||
"${modifier}+t" = "exec ${terminal}";
|
"${modifier}+t" = "exec ${terminal}";
|
||||||
"${modifier}+z" = "exec librewolf";
|
"${modifier}+z" = "exec firefox";
|
||||||
|
|
||||||
# window
|
# window
|
||||||
"${modifier}+q" = "kill";
|
"${modifier}+q" = "kill";
|
||||||
"${modifier}+v" = "floating toggle";
|
"${modifier}+v" = "floating toggle";
|
||||||
"${modifier}+s" = "sticky toggle";
|
"${modifier}+s" = "sticky toggle";
|
||||||
"${modifier}+Shift+m" = "exit";
|
|
||||||
|
|
||||||
# focus move
|
# focus move
|
||||||
"${modifier}+Left" = "focus left";
|
"${modifier}+Left" = "focus left";
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
# browser
|
# browser
|
||||||
librewolf
|
firefox
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
wbg
|
wbg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue