Files
z-bar-qt/Greeter/Helpers/WallpaperPath.qml
T
Zacharias-Brohn c1efd7dacc test
2026-03-19 00:14:09 +01:00

11 lines
161 B
QML

pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property string lockscreenBg: `${Quickshell.shellDir}/images/greeter_bg.png`
}