13 lines
107 B
QML
13 lines
107 B
QML
|
|
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
id:root
|
|
|
|
readonly property string time: "oi"
|
|
|
|
|
|
}
|