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

Layers appear at the rounded corners of windows when blur is enabled and border is dissabled #9086

Open
3 of 6 tasks
elifouts opened this issue Jan 16, 2025 · 1 comment
Open
3 of 6 tasks
Labels
bug Something isn't working
Milestone

Comments

@elifouts
Copy link

elifouts commented Jan 16, 2025

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

Probably not a regression / I don't remember it happening before

System Info and Hyprland Version

System/Version info
'Hyprland 0.46.2 built from branch  at commit 0bd541f2fd902dbfa04c3ea2ccf679395e316887  (version: bump to 0.46.2).
Date: Thu Dec 19 19:26:47 2024
Tag: v0.46.2, commits: 5566
built against:
 aquamarine 0.7.0
 hyprlang 0.6.0
 hyprutils 0.3.3
 hyprcursor 0.1.11
 hyprgraphics 0.1.1


flags set:
debug


System Information:
System name: Linux
Node name: Dotfiles
Release: 6.12.9-arch1-1
Version: #1 SMP PREEMPT_DYNAMIC Fri, 10 Jan 2025 00:39:41 +0000


GPU information: 
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-H GT1 [UHD Graphics] [8086:9a60] (rev 01) (prog-if 00 [VGA controller])


os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

Description

As the title suggests, there is an issue with windows corners when blur is enabled, border radius is 10 or so and border_size is 0. Please see the screenshot below.

Image

Image

I'm not sure if I am just missing something but any info or reassurance that this inst just a me thing would be great!

Edit: Did some research and found another example of this here Link to Youtube

How to reproduce

  1. enable blur as seen below
  2. set rounding to 10 or so
  3. set border_size to 0
  4. It is easiest to see with this wallpaper
wallpaper

Image

Below is my decoration in hyprland.conf which is included in the file I attached.

decoration {
    rounding = 10
        active_opacity = 0.8
        inactive_opacity = 0.7
        fullscreen_opacity = 1
        blur {
            enabled = true
                size = 3
                passes = 5
                new_optimizations = true
                ignore_opacity = true
                xray = true
                popups = true
        }
    shadow {
        enabled = false
            range = 10
            render_power = 5
            color = $color0
            ignore_window = true
    }
}

Attach not paste

  • I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam

Checklist of files to include below

  • Hyprland config - hyprctl systeminfo -c (always include)
  • Crash report (always include in case of crash)
  • Video (always include in case of a visual bug)
  • Logs (might contain useful info such as errors)

Additional info & File uploads

hyprland_config_dump.txt

@elifouts elifouts added the bug Something isn't working label Jan 16, 2025
@vaxerski
Copy link
Member

likely rounding mismatched between tex and blur

@vaxerski vaxerski added this to the 0.47.0 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants