summaryrefslogtreecommitdiff
path: root/utils/constants.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-12 18:00:54 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-12 18:00:54 +1100
commitb4aca729ddae0526b66822698db7066cb09e1682 (patch)
tree2a406cca4cfc616dd22ce7c1be61cc20d5db85bc /utils/constants.ts
parentInitial commit (diff)
downloadcaelestia-shell-b4aca729ddae0526b66822698db7066cb09e1682.tar.gz
caelestia-shell-b4aca729ddae0526b66822698db7066cb09e1682.tar.bz2
caelestia-shell-b4aca729ddae0526b66822698db7066cb09e1682.zip
bar
Diffstat (limited to 'utils/constants.ts')
-rw-r--r--utils/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/constants.ts b/utils/constants.ts
new file mode 100644
index 0000000..d907014
--- /dev/null
+++ b/utils/constants.ts
@@ -0,0 +1,3 @@
+import { GLib } from "astal";
+
+export const CACHE_DIR = GLib.get_user_cache_dir() + "/caelestia";