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