dunst icon indicating copy to clipboard operation
dunst copied to clipboard

Borders on some notifications with frame_width = 0

Open victorbnl opened this issue 2 years ago • 4 comments

Issue description

Unexpected borders appear around some notifications (see tests 3, 7 and 8).

image

If you test it multiple times, you’ll see it doesn’t happen on random notifications. I think it depends on their position instead.

Installation info

  • Version: 1.9.2 (2023-04-20)
  • Install type: package
  • Window manager / Desktop environment: i3
  • Distro: Arch
Minimal dunstrc
[global]
    separator_height = 6
    separator_color = "#000000ff"

    frame_width = 0
    frame_color = "#ff0000ff"

    font = Cantarell 11

[urgency_normal]
    background = "#141414"

victorbnl avatar Jul 23 '23 17:07 victorbnl

Setting frame_color = "#00000000" works as a workaround.

victorbnl avatar Jul 23 '23 18:07 victorbnl

This is probably related to #1241

bynect avatar Feb 19 '24 23:02 bynect

Seeing this again, it may be a rounding error in the drawing code. I will investigate

bynect avatar Feb 28 '24 21:02 bynect

I can reliably confirm this. I will try to rework the drawing code a bit to remove it

bynect avatar Apr 21 '24 19:04 bynect