mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-11 00:28:53 +00:00
11 lines
150 B
QML
11 lines
150 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import qs.Services
|
|
|
|
// Weather logic and caching
|
|
// Calendar Hollidays logic and caching
|
|
Singleton {
|
|
id: root
|
|
}
|