This commit is contained in:
Barrett Ruth 2026-02-13 20:53:39 -05:00
parent 6e632a87c2
commit 223cad3082
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 9 additions and 12 deletions

View file

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