diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:30:53 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:30:53 +0200 |
| commit | eb7b8edb37ac53d7bb1cf25b698d153cda6dd6b8 (patch) | |
| tree | 2e5d7f06aedded34de9866529f183d72f78708ac | |
| parent | e59d6ed07aca7580ebfe618f797f42bda0f57a7b (diff) | |
commented out manual dunst styling to let stylix handle it
| -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 }; }; |
