13 lines
368 B
TOML
13 lines
368 B
TOML
[config]
|
|
reload_on_change = true
|
|
|
|
[templates.ghostty]
|
|
input_path = "~/.config/matugen/templates/ghostty"
|
|
output_path = "~/.config/ghostty/themes/matugen"
|
|
post_hook = "killall -SIGUSR2 .ghostty-wrappe"
|
|
|
|
[templates.hyprland]
|
|
input_path = "~/.config/matugen/templates/hyprland-colors.conf"
|
|
output_path = "~/.config/hypr/hyprland-colors.conf"
|
|
post_hook = "hyprctl reload"
|