mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-08 12:13:31 -04:00
2ca2bc5fb8
Currently, when switching dark/light theme in DMS, pywalfox's mode does not get updated. This commit adds `pywalfox light/dark` to the matugen post_hook to fix that.
5 lines
257 B
TOML
5 lines
257 B
TOML
[templates.dmspywalfox]
|
|
input_path = 'SHELL_DIR/matugen/templates/pywalfox-colors.json'
|
|
output_path = 'CACHE_DIR/wal/dank-pywalfox.json'
|
|
post_hook = 'sh -c "command -v pywalfox && test -f ~/.cache/wal/colors.json && pywalfox {{ mode }} && pywalfox update"'
|