From 95981284d4052955a6fded85406568f6cf574e80 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 25 Feb 2026 10:29:10 +0100 Subject: [PATCH] fix merge issues --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 9ad2e09..2e5a240 100644 --- a/config.toml +++ b/config.toml @@ -49,6 +49,7 @@ input_path = "~/.config/matugen/templates/kitty.conf" output_path = "~/.config/kitty/colors.conf" post_hook = "pkill -SIGUSR1 kitty" +<<<<<<< HEAD [templates.pywalfox] input_path = '~/.config/matugen/templates/pywalfox.json' output_path = '~/.cache/wal/colors.json' @@ -56,3 +57,8 @@ post_hook = 'pywalfox update' [templates.foot] input_path = '~/.config/matugen/templates/foot.ini' output_path = '~/.config/foot/colors.ini' + +[templates.pywafox] +input_path = '~/.config/matugen/templates/pywalfox.json' +output_path = '~/.cache/wal/colors.json' +post_hook = '/home/lucy/.local/share/pipx/venvs/pywalfox/bin/python -u -m pywalfox update'