summaryrefslogtreecommitdiff
path: root/utils/Paths.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 14:43:14 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 14:43:14 +1000
commitf1dc78d1542e5229f81549ae06f066bc2855441a (patch)
tree8bb203ec007647e70f901847d1999206ba148cf0 /utils/Paths.qml
parentnix: update for new build (diff)
downloadcaelestia-shell-f1dc78d1542e5229f81549ae06f066bc2855441a.tar.gz
caelestia-shell-f1dc78d1542e5229f81549ae06f066bc2855441a.tar.bz2
caelestia-shell-f1dc78d1542e5229f81549ae06f066bc2855441a.zip
paths: use unified env var for lib dir
CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
Diffstat (limited to 'utils/Paths.qml')
-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();