Files
z-bar-qt/Greeter/Helpers/WallpaperPath.qml
Zacharias-Brohn 3c46256a9f test script
2026-03-20 21:10:08 +01:00

11 lines
158 B
QML

pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property string lockscreenBg: "/etc/zshell-greeter/images/greeter_bg.png"
}