fix(dunst) swap normal and low urgency themes

This commit is contained in:
Barrett Ruth 2026-02-13 14:12:51 -05:00
parent e39b64bccd
commit 80e190f43a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -188,12 +188,12 @@ in
};
urgency_low = {
background = c.bg;
foreground = c.blue;
frame_color = c.blue;
foreground = c.fg;
};
urgency_normal = {
background = c.bg;
foreground = c.fg;
foreground = c.blue;
frame_color = c.blue;
};
urgency_critical = {
background = c.bg;