summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Paths.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml
index 87d5a48..b45115d 100644
--- a/utils/Paths.qml
+++ b/utils/Paths.qml
@@ -15,6 +15,7 @@ Singleton {
readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/caelestia`
readonly property url imagecache: `${cache}/imagecache`
+ readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia"
function stringify(path: url): string {
let str = path.toString();