2024-11-13 18:44 : id 127

This commit is contained in:
deadvey 2024-11-13 18:52:24 +00:00
parent 13149efb40
commit c955eb63a3

View File

@ -244,9 +244,9 @@ in
corner_radius = "${CORNER_RADIUS}";
};
urgency_normal = {
background = "${BLUE}";
foreground = "${FG}";
frame_color = "${DARK_BLUE}";
background = "#${BLUE}";
foreground = "#${FG}";
frame_color = "#${DARK_BLUE}";
};
};
};