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