shift-shell/shell/contents/lockscreen/WallpaperBlur.qml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
253 B
QML
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2021-2022 Devin Lin <devin@kde.org>
* SPDX-License-Identifier: GPL-2.0-or-later
*/
import QtQuick
import QtQuick.Effects
MultiEffect {
autoPaddingEnabled: false
blurEnabled: true
blurMax: 50
blur: 1.0
}