2026-01-20 12:33:06 +01:00
|
|
|
[config]
|
|
|
|
|
reload_apps = true
|
2026-01-21 22:29:57 +01:00
|
|
|
|
2026-01-20 12:33:06 +01:00
|
|
|
|
|
|
|
|
|
2026-01-21 23:03:48 +01:00
|
|
|
[templates.nvim]
|
|
|
|
|
input_path = "~/.config/matugen/templates/nvim.lua"
|
2026-02-25 10:25:03 +01:00
|
|
|
output_path = "~/.config/nvim/lua/config/generated.lua"
|
|
|
|
|
post_hook = 'pkill -SIGUSR1 nvim'
|
2026-01-20 12:33:06 +01:00
|
|
|
|
|
|
|
|
[templates.gtk3]
|
|
|
|
|
input_path = "~/.config/matugen/templates/gtk.css"
|
|
|
|
|
output_path = "~/.config/gtk-3.0/colors.css"
|
|
|
|
|
|
|
|
|
|
[templates.gtk4]
|
|
|
|
|
input_path = "~/.config/matugen/templates/gtk.css"
|
|
|
|
|
output_path = "~/.config/gtk-4.0/colors.css"
|
|
|
|
|
|
|
|
|
|
[templates.fuzzel]
|
|
|
|
|
input_path = "~/.config/matugen/templates/fuzzel.ini"
|
|
|
|
|
output_path = "~/.config/fuzzel/colors.ini"
|
|
|
|
|
|
2026-01-21 01:02:53 +01:00
|
|
|
[templates.discord]
|
2026-01-20 12:33:06 +01:00
|
|
|
input_path = "~/.config/matugen/templates/discord.css"
|
2026-01-21 01:02:53 +01:00
|
|
|
output_path = "~/.config/Vencord/themes/wallust.css"
|
2026-01-20 12:33:06 +01:00
|
|
|
|
2026-01-21 19:21:23 +01:00
|
|
|
[templates.vesktop]
|
|
|
|
|
input_path = "~/.config/matugen/templates/discord.css"
|
|
|
|
|
output_path = "~/.config/vesktop/themes/wallust.css"
|
|
|
|
|
|
2026-01-20 12:33:06 +01:00
|
|
|
[templates.qt6ct]
|
|
|
|
|
input_path = "~/.config/matugen/templates/qtct.conf"
|
|
|
|
|
output_path = "~/.config/qt6ct/colors/wallust.conf"
|
|
|
|
|
|
|
|
|
|
[templates.qt5ct]
|
|
|
|
|
input_path = "~/.config/matugen/templates/qtct.conf"
|
|
|
|
|
output_path = "~/.config/qt5ct/colors/wallust.conf"
|
|
|
|
|
|
|
|
|
|
[templates.hyprland]
|
|
|
|
|
input_path = "~/.config/matugen/templates/hyprland.conf"
|
|
|
|
|
output_path = "~/.config/hypr/colors.conf"
|
|
|
|
|
|
|
|
|
|
[templates.quickshell]
|
|
|
|
|
input_path = "~/.config/matugen/templates/Colors.qml"
|
|
|
|
|
output_path = "~/.config/quickshell/Colors.qml"
|
|
|
|
|
|
|
|
|
|
[templates.kitty]
|
|
|
|
|
input_path = "~/.config/matugen/templates/kitty.conf"
|
|
|
|
|
output_path = "~/.config/kitty/colors.conf"
|
|
|
|
|
post_hook = "pkill -SIGUSR1 kitty"
|
|
|
|
|
|
2026-02-25 10:25:03 +01:00
|
|
|
[templates.pywalfox]
|
|
|
|
|
input_path = '~/.config/matugen/templates/pywalfox.json'
|
|
|
|
|
output_path = '~/.cache/wal/colors.json'
|
|
|
|
|
post_hook = 'pywalfox update'
|
|
|
|
|
[templates.foot]
|
|
|
|
|
input_path = '~/.config/matugen/templates/foot.ini'
|
|
|
|
|
output_path = '~/.config/foot/colors.ini'
|