dunstrc (531B)
1 [global] 2 # Appearance 3 font = "JetBrainsMono Nerd Font 10" 4 transparency = 1 5 frame_color = "#999ecf" 6 separator_color = "#999ecf" 7 monitor = 1 8 9 # Colors matching your i3 config 10 background = "#1D1E1C" 11 foreground = "#ffcfa8" 12 timeout = 5 13 14 [urgency_low] 15 background = "#1D1E1C" 16 foreground = "#cccccc" 17 timeout = 3 18 19 [urgency_normal] 20 background = "#1D1E1C" 21 foreground = "#ffcfa8" 22 timeout = 5 23 24 [urgency_critical] 25 background = "#1D1E1C" 26 foreground = "#ff5555" 27 frame_color = "#ff5555" 28 timeout = 0 29 30 [volume] 31 summary = "Volume" 32 skip_display = true