We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unexpected borders appear around some notifications (see tests 3, 7 and 8).
If you test it multiple times, you’ll see it doesn’t happen on random notifications. I think it depends on their position instead.
1.9.2 (2023-04-20)
package
i3
Arch
[global] separator_height = 6 separator_color = "#000000ff" frame_width = 0 frame_color = "#ff0000ff" font = Cantarell 11 [urgency_normal] background = "#141414"
The text was updated successfully, but these errors were encountered:
Setting frame_color = "#00000000" works as a workaround.
frame_color = "#00000000"
Sorry, something went wrong.
This is probably related to #1241
Seeing this again, it may be a rounding error in the drawing code. I will investigate
I can reliably confirm this. I will try to rework the drawing code a bit to remove it
No branches or pull requests
Issue description
Unexpected borders appear around some notifications (see tests 3, 7 and 8).
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
1.9.2 (2023-04-20)
package
i3
Arch
Minimal dunstrc
The text was updated successfully, but these errors were encountered: