Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Borders on some notifications with frame_width = 0 #1188

Open
victorbnl opened this issue Jul 23, 2023 · 4 comments
Open

Borders on some notifications with frame_width = 0 #1188

victorbnl opened this issue Jul 23, 2023 · 4 comments

Comments

@victorbnl
Copy link

victorbnl commented Jul 23, 2023

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 victorbnl changed the title Unexpected white borders around some notifications Borders on some notifications with frame_width = 0 Jul 23, 2023
@victorbnl
Copy link
Author

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

@bynect
Copy link
Member

bynect commented Feb 19, 2024

This is probably related to #1241

@bynect
Copy link
Member

bynect commented Feb 28, 2024

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

@bynect
Copy link
Member

bynect commented Apr 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants