hyprwm / hyprlock

Hyprland's GPU-accelerated screen locking utility
BSD 3-Clause "New" or "Revised" License
757 stars 58 forks source link

Blur not working #378

Closed peppidesu closed 3 months ago

peppidesu commented 3 months ago

System:

Config:

background {
  monitor = 
  path = 
  color = rgba(0, 0, 0, 0.5)
  blur_size = 8
  blur_passes = 3
  noise = 0.011700
  contrast = 0.891600
  brightness = 0.817200
  vibrancy = 0.169600
  vibrancy_darkness = 0.000000
}

input-field {
  monitor = eDP-1
  size = 300, 50
  fade_on_empty = false
  outline_thickness = 2
  dots_size = 0.33
  dots_center = true
  dots_rounding = -1

  outer_color = rgb(242936)
  inner_color = rgb(1f2430)
  font_color = rgb(cccac2)

  check_color = rgb(ffcc66)
  placeholder_text = 
}

Expected behavior: Background gets blurred when hyprlock opens

Actual behavior: No blurring is applied image

Noteworthy: blurring of windows in hyprland works fine, this only happens with hyprlock

Log: https://gist.github.com/peppidesu/b7a701a1ccf7fbdd5bb08d7258f89d0d

peppidesu commented 3 months ago

after a lot of digging i found the following issue: #72

closing.