summaryrefslogtreecommitdiff
path: root/utils/constants.ts
blob: 205315eb9eae99dbdfe2a9ae8565d4521805a7fa (plain)
1
2
3
4
import { exec, GLib } from "astal";

export const CACHE_DIR = GLib.get_user_cache_dir() + "/caelestia";
exec(`mkdir -p '${CACHE_DIR}'`);