1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

matugen: wrap pywalfox in sh

This commit is contained in:
bbedward
2025-12-18 11:51:37 -05:00
parent 8437e1aa7b
commit e53a7cee97

View File

@@ -1,4 +1,4 @@
[templates.dmspywalfox]
input_path = 'SHELL_DIR/matugen/templates/pywalfox-colors.json'
output_path = '~/.cache/wal/dank-pywalfox.json'
post_hook = 'command -v pywalfox; test -f ~/.cache/wal/colors.json; pywalfox update'
post_hook = 'sh -c "command -v pywalfox && test -f ~/.cache/wal/colors.json && pywalfox update"'