mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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
|
|
}
|