diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 17:51:58 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 17:51:58 +1100 |
| commit | cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12 (patch) | |
| tree | 55a4972aa6a09ac1ac15b485b7a03470d9a15af6 /utils | |
| parent | launcher modes + player controls IPC (diff) | |
| download | caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.tar.gz caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.tar.bz2 caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.zip | |
launcher: better math
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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}'`); |