dots-hyprland/.config/quickshell/ii/modules/common/StyledBlurEffect.qml
2025-09-14 22:46:35 +02:00

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
}