theme: add config for progs to theme

This commit is contained in:
2 * r + 2 * t
2025-08-04 16:43:55 +10:00
parent 84e16c9968
commit fed8cc5800
2 changed files with 34 additions and 9 deletions
+1
View File
@@ -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"