diff options
Diffstat (limited to 'home/rices')
| -rw-r--r-- | home/rices/nord-blue/dunst.nix | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/home/rices/nord-blue/dunst.nix b/home/rices/nord-blue/dunst.nix index 6fafc75..6226cb6 100644 --- a/home/rices/nord-blue/dunst.nix +++ b/home/rices/nord-blue/dunst.nix @@ -48,23 +48,24 @@ in { gap_size = 5; }; - urgency_low = { - background = vars.colors.background; - foreground = vars.colors.foreground; - timeout = 8; - }; - - urgency_normal = { - background = vars.colors.background; - foreground = vars.colors.foreground; - frame_color = vars.colors.accent; - timeout = 10; - }; + # Let stylix handle color styling + # urgency_low = { + # background = vars.colors.background; + # foreground = vars.colors.foreground; + # timeout = 8; + # }; + + # urgency_normal = { + # background = vars.colors.background; + # foreground = vars.colors.foreground; + # frame_color = vars.colors.accent; + # timeout = 10; + # }; urgency_critical = { - background = vars.colors.background; - foreground = vars.colors.foreground; - frame_color = vars.colors.alert; + # background = vars.colors.background; + # foreground = vars.colors.foreground; + # frame_color = vars.colors.alert; timeout = 0; # Don't auto-dismiss critical notifications }; }; |
