diff options
Diffstat (limited to 'utils/Paths.qml')
| -rw-r--r-- | utils/Paths.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml index 0a00c9d..6000486 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -1,5 +1,6 @@ pragma Singleton +import qs.config import Quickshell import Qt.labs.platform @@ -15,6 +16,7 @@ Singleton { readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/caelestia` readonly property url imagecache: `${cache}/imagecache` + readonly property string wallsdir: Quickshell.env("CAELESTIA_WALLPAPERS_DIR") || Config.paths.wallpaperDir readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia" function stringify(path: url): string { |