Files
zshell-PKGBUILD/pkg/zshell/etc/xdg/quickshell/zshell/Components/OpacityMask.qml
T
Zacharias-Brohn a3c1c8f234 branch
2026-02-23 23:06:32 +01:00

10 lines
221 B
QML

import Quickshell
import QtQuick
ShaderEffect {
required property Item source
required property Item maskSource
fragmentShader: Qt.resolvedUrl(`${Quickshell.shellDir}/assets/shaders/opacitymask.frag.qsb`)
}