10 lines
150 B
QML
10 lines
150 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import qs.Services
|
|
|
|
// Weather logic and caching
|
|
// Calendar Hollidays logic and caching
|
|
Singleton {
|
|
id: root
|
|
}
|