From fed8cc58007a49d41305aad83cba968447458dd4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:43:55 +1000 Subject: theme: add config for progs to theme --- src/caelestia/utils/paths.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/caelestia/utils/paths.py') diff --git a/src/caelestia/utils/paths.py b/src/caelestia/utils/paths.py index 923c99c..7581c51 100644 --- a/src/caelestia/utils/paths.py +++ b/src/caelestia/utils/paths.py @@ -15,6 +15,7 @@ c_data_dir = data_dir / "caelestia" c_state_dir = state_dir / "caelestia" c_cache_dir = cache_dir / "caelestia" +user_config_path = c_config_dir / "cli.json" cli_data_dir = Path(__file__).parent.parent / "data" templates_dir = cli_data_dir / "templates" user_templates_dir = c_config_dir / "templates" -- cgit v1.2.3-freya