mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
12 lines
186 B
QML
12 lines
186 B
QML
import QtQuick
|
|
import QtQuick.Effects
|
|
|
|
MultiEffect {
|
|
id: root
|
|
source: wallpaper
|
|
anchors.fill: source
|
|
saturation: 0.2
|
|
blurEnabled: true
|
|
blurMax: 100
|
|
blur: 1
|
|
}
|