diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 19:24:34 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 19:24:34 +1100 |
| commit | e8328bbb1cdc31abb0a6fcee8d0957bfcaf99b54 (patch) | |
| tree | 9b5161673ceb09fc5e9c0d7dd96b22b08f15031f /utils | |
| parent | launcher: better empty text (diff) | |
| download | caelestia-shell-e8328bbb1cdc31abb0a6fcee8d0957bfcaf99b54.tar.gz caelestia-shell-e8328bbb1cdc31abb0a6fcee8d0957bfcaf99b54.tar.bz2 caelestia-shell-e8328bbb1cdc31abb0a6fcee8d0957bfcaf99b54.zip | |
launcher: fd based file search
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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}'`); |