diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-26 08:44:55 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-26 08:44:55 -0500 | 
| commit | ed1dea68e059ed3df15c9d32b6de38813eb5407b (patch) | |
| tree | 48cb3346d99289b6380941e2836eed727b0f7af3 /dotfiles/system/.config/dunst | |
| parent | b7b4d4bed66c910881cce31a0b2fbff0c4b7d6e3 (diff) | |
critical notifications should have contrasting color
Diffstat (limited to 'dotfiles/system/.config/dunst')
| -rw-r--r-- | dotfiles/system/.config/dunst/dunstrc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/dotfiles/system/.config/dunst/dunstrc b/dotfiles/system/.config/dunst/dunstrc index c059770..5118051 100644 --- a/dotfiles/system/.config/dunst/dunstrc +++ b/dotfiles/system/.config/dunst/dunstrc @@ -190,6 +190,7 @@ timeout = 8  background = "#9b4d4bf0"  frame_color = "#ab6d6b"  highlight = "#eb4d4b" +foreground = "#ffffff"  timeout = 0  # Rules | 
