Files
matugen/config.toml
T
2026-06-14 01:24:40 +02:00

27 lines
909 B
TOML

[config]
# default mode (can still override with --mode)
mode = "dark"
# where generated files go (optional, but good to define)
output_dir = "/home/honney/.config/matugen/generated"
[templates.quickshell]
input_path = "/home/honney/.config/matugen/templates/quickshell.qml"
output_path = "/home/honney/.config/quickshell/config/Colors.qml"
[templates.wlogout]
input_path = "/home/honney/.config/matugen/templates/wlogout.css"
output_path = "/home/honney/.config/wlogout/style.css"
[templates.kitty]
input_path = "/home/honney/.config/matugen/templates/kitty.conf"
output_path = "/home/honney/.config/kitty/colors-kitty.conf"
[templates.hyprlock]
input_path = "/home/honney/.config/matugen/templates/hyprlock.conf"
output_path = "/home/honney/.config/hypr/hyprlock.conf"
[templates.wofi]
input_path = "/home/honney/.config/matugen/templates/wofi.css"
output_path = "/home/honney/.config/wofi/style.css"