From cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:51:58 +1100 Subject: launcher: better math --- utils/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/constants.ts b/utils/constants.ts index d907014..205315e 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -1,3 +1,4 @@ -import { GLib } from "astal"; +import { exec, GLib } from "astal"; export const CACHE_DIR = GLib.get_user_cache_dir() + "/caelestia"; +exec(`mkdir -p '${CACHE_DIR}'`); -- cgit v1.2.3-freya