From 01540ca9d24112e8b587c35150e2c9b7bbfdbdec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:53:42 +1100 Subject: Pass home and cache through bundler --- utils/constants.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 utils/constants.ts (limited to 'utils') 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}'`); -- cgit v1.2.3-freya