ITADN

Blur takes time to spread

#14789ClosedBarmanji 创建于 2026-05-24
B
Barmanjicommented
>Wierd Blur spreading + takes time when doing from script. But happens file when doing manually from hyprland.lua #### Blur script ``` #!/usr/bin/env bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # Script for changing blurs on the fly STATE=$(hyprctl -j getoption decoration:blur:enabled | jq ".bool") if [ "${STATE}" == "false" ]; then hyprctl eval 'hl.config({ decoration = { blur = { enabled = true } } })' notify-send -e -u critical "Blur" else hyprctl eval 'hl.config({ decoration = { blur = { enabled = false } } })' notify-send -e -u critical "Transparent" fi ``` #### Blur Keybind `hl.bind(mainMod .. " + B", hl.dsp.exec_cmd("$HOME/.config/hypr/scripts/ui_wallpaper/ChangeBlur.sh"))` ## Accepted Behaviour - It should normally spread blur in all over the space. ## Tested behaviour - ##### zip, coz github doesn't allow video upload for me idk why. [2026-05-23 20-24-55.zip](https://github.com/user-attachments/files/28188274/2026-05-23.20-24-55.zip)
关闭于 2026-05-24 1 条评论