2024-11-13 18:53 : id 128

This commit is contained in:
deadvey 2024-11-13 18:53:49 +00:00
parent c955eb63a3
commit 862f650927

View File

@ -243,11 +243,21 @@ in
font = "${FONT}";
corner_radius = "${CORNER_RADIUS}";
};
urgency_low = {
background = "#${GREEN}";
foreground = "#${FG}";
frame_color = "#${DARK_GREEN}";
};
urgency_normal = {
background = "#${BLUE}";
foreground = "#${FG}";
frame_color = "#${DARK_BLUE}";
};
urgency_critical = {
background = "#${RED}";
foreground = "#${FG}";
frame_color = "#${DARK_RED}";
};
};
};
};
@ -263,7 +273,7 @@ in
exec-once="hypridle";
exec-once="dunst";
'';
settings = #DB542F{
settings = {
"$mod" = "SUPER";
general = {
gaps_in = "${GAPS_IN}";