11 lines
161 B
QML
11 lines
161 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Quickshell.Io
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property string lockscreenBg: `${Quickshell.shellDir}/images/greeter_bg.png`
|
|
}
|