dunst
dunst copied to clipboard
Does not change background and foreground color -v 1.9.1
trafficstars
Issue description
when setting the background and foreground color does not change and the default color of the Dunst installation is maintained.
Installation info
- Version: Dunst v1.9.1-4-gfdf7927
- Install type: manually
- Window manager: Qtile
- Distro: Debian 11
Minimal dunstrc
[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 = "<b >%s</b>\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
</details>
could you provide the debug output of dunst if the problem still persists?