65 lines
1.9 KiB
TOML
65 lines
1.9 KiB
TOML
[config]
|
|
reload_apps = true
|
|
|
|
|
|
|
|
[templates.nvim]
|
|
input_path = "~/.config/matugen/templates/nvim.lua"
|
|
output_path = "~/.config/nvim/lua/config/generated.lua"
|
|
post_hook = 'pkill -SIGUSR1 nvim'
|
|
|
|
[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"
|
|
|
|
[templates.discord]
|
|
input_path = "~/.config/matugen/templates/discord.css"
|
|
output_path = "~/.config/Vencord/themes/wallust.css"
|
|
|
|
[templates.vesktop]
|
|
input_path = "~/.config/matugen/templates/discord.css"
|
|
output_path = "~/.config/vesktop/themes/wallust.css"
|
|
|
|
[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"
|
|
|
|
<<<<<<< HEAD
|
|
[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'
|
|
|
|
[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'
|