Files
matugen/config.toml
T

34 lines
1.0 KiB
TOML

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