summaryrefslogtreecommitdiff
path: root/utils/constants.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:53:42 +1100
commit01540ca9d24112e8b587c35150e2c9b7bbfdbdec (patch)
treef5117d33551d3aee79af734a2d52d101f2ca8a19 /utils/constants.ts
parentbar: wifi and bluetooth status (diff)
downloadcaelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.gz
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.tar.bz2
caelestia-shell-01540ca9d24112e8b587c35150e2c9b7bbfdbdec.zip
Pass home and cache through bundler
Diffstat (limited to 'utils/constants.ts')
-rw-r--r--utils/constants.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/constants.ts b/utils/constants.ts
deleted file mode 100644
index 2604c0e..0000000
--- a/utils/constants.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { exec, GLib } from "astal";
-
-export const HOME = GLib.get_home_dir();
-export const CACHE_DIR = GLib.get_user_cache_dir() + "/caelestia";
-exec(`mkdir -p '${CACHE_DIR}'`);