forked from Shinonome/dots-hyprland
10 lines
172 B
QML
10 lines
172 B
QML
import QtQuick
|
|
import QtQuick.Effects
|
|
|
|
// Note: You still have to set sizes yourself
|
|
MultiEffect {
|
|
maskEnabled: true
|
|
maskThresholdMin: 0.5
|
|
maskSpreadAtMin: 1
|
|
}
|