mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 12:29:58 -05:00
add StyledBlurEffect
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
MultiEffect {
|
||||
id: root
|
||||
source: wallpaper
|
||||
anchors.fill: source
|
||||
saturation: 0.2
|
||||
blurEnabled: true
|
||||
blurMax: 100
|
||||
blur: 1
|
||||
}
|
||||
Reference in New Issue
Block a user