diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-21 10:27:43 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-21 10:28:44 +0300 |
| commit | 05337ce85560efc4d20cc23e9452a1e1f360007d (patch) | |
| tree | e71da45a5ffaea81c649f3d31874aac2cad2dbaf /docs/wiki | |
| parent | c9e85a0fe2b423da55453417d1202c3fa95efe60 (diff) | |
| download | niri-05337ce85560efc4d20cc23e9452a1e1f360007d.tar.gz niri-05337ce85560efc4d20cc23e9452a1e1f360007d.tar.bz2 niri-05337ce85560efc4d20cc23e9452a1e1f360007d.zip | |
wiki/Application-Issues: Mention Waybar black corners
Diffstat (limited to 'docs/wiki')
| -rw-r--r-- | docs/wiki/Application-Issues.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/wiki/Application-Issues.md b/docs/wiki/Application-Issues.md index d6258e02..595a7d34 100644 --- a/docs/wiki/Application-Issues.md +++ b/docs/wiki/Application-Issues.md @@ -93,3 +93,12 @@ window-rule { default-floating-position x=10 y=10 relative-to="bottom-right" } ``` + +### Waybar and other GTK 3 components + +If you have rounded corners on your Waybar and they show up with black pixels in the corners, then set your Waybar opacity to 0.99, which should fix it. + +GTK 3 seems to have a bug where it reports a surface as fully opaque even if it has rounded corners. +This leads to niri filling the transparent pixels inside the corners with black. + +Setting the surface opacity to something below 1 fixes the problem because then GTK no longer reports the surface as opaque. |
