noctalia-shell/Services/Location.qml
2025-08-10 14:49:43 -04:00

10 lines
150 B
QML

pragma Singleton
import Quickshell
import qs.Services
// Weather logic and caching
// Calendar Hollidays logic and caching
Singleton {
id: root
}