From e8328bbb1cdc31abb0a6fcee8d0957bfcaf99b54 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:24:34 +1100 Subject: launcher: fd based file search --- utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/constants.ts b/utils/constants.ts index 205315e..2604c0e 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -1,4 +1,5 @@ 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