Files
z-bar-qt/Components/OpacityMask.qml
T
Zacharias-Brohn d56a0260fb formatter
2026-02-24 23:20:11 +01:00

10 lines
212 B
QML

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