11 lines
158 B
QML
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"
|
|
}
|