2024-11-13 18:53 : id 128
This commit is contained in:
parent
c955eb63a3
commit
862f650927
@ -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}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user