dunst icon indicating copy to clipboard operation
dunst copied to clipboard

Does not change background and foreground color -v 1.9.1

Open davidlunafn opened this issue 2 years ago • 1 comments
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>



davidlunafn avatar Mar 17 '23 17:03 davidlunafn

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

bynect avatar Feb 21 '24 22:02 bynect