dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.52k stars 338 forks source link

Does not change background and foreground color -v 1.9.1 #1152

Open davidlunafn opened 1 year ago

davidlunafn commented 1 year ago

Issue description

when setting the background and foreground color does not change and the default color of the Dunst installation is maintained.

Installation info

Minimal dunstrc ```ini [global] follow = mouse width = 320 height = 260 origin = top-right offset = 50x50 scale = 0 indicate_hidden = yes frame_width = 0 gap_size = 20 font = Monospace 12 markup = full format = "%s\n%b" alignment = left vertical_alignment = center title = Dunst class = Dunst corner_radius = 10 mouse_right_click = do_action, close_current [urgency_low] background = "#282c34" foreground = "#979eab" timeout = 4 [urgency_normal] background = "#282c34" foreground = "#979eab" timeout = 4 [urgency_critical] background = "282c34" foreground = "#979eab" timeout = 4
bynect commented 6 months ago

could you provide the debug output of dunst if the problem still persists?