feat: expose more environment variables in post-hook (#107)

* feat: expose more environment variables in post-hook

* fix: formatted
This commit is contained in:
Haikal
2026-04-29 21:56:07 +08:00
committed by GitHub
parent c18f749f24
commit 5c9ce66c03
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ All configuration options are in `~/.config/caelestia/cli.json`.
"extraArgs": []
},
"wallpaper": {
"postHook": "echo $WALLPAPER_PATH"
"postHook": "echo $WALLPAPER_PATH $SCHEME_NAME $SCHEME_FLAVOUR $SCHEME_MODE $SCHEME_VARIANT $SCHEME_COLOURS"
},
"theme": {
"enableTerm": true,