summaryrefslogtreecommitdiff
path: root/src/caelestia/utils/paths.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 16:43:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 16:43:55 +1000
commitfed8cc58007a49d41305aad83cba968447458dd4 (patch)
treec4318b952210a07636c546ffcc9f2fdda1269908 /src/caelestia/utils/paths.py
parent[CI] chore: update flake (diff)
downloadcaelestia-cli-fed8cc58007a49d41305aad83cba968447458dd4.tar.gz
caelestia-cli-fed8cc58007a49d41305aad83cba968447458dd4.tar.bz2
caelestia-cli-fed8cc58007a49d41305aad83cba968447458dd4.zip
theme: add config for progs to theme
Diffstat (limited to 'src/caelestia/utils/paths.py')
-rw-r--r--src/caelestia/utils/paths.py1
1 files changed, 1 insertions, 0 deletions
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"