62 lines
2.1 KiB
TOML
62 lines
2.1 KiB
TOML
[config]
|
|
|
|
[templates.ghostty]
|
|
input_path = '~/.config/matugen/templates/ghostty-theme'
|
|
output_path = '~/.config/ghostty/themes/matugen'
|
|
post_hook = 'pkill -SIGUSR2 ghostty'
|
|
|
|
[templates.kitty]
|
|
input_path = '~/.config/matugen/templates/kitty-colors.conf'
|
|
output_path = '~/.config/kitty/colors.conf'
|
|
|
|
[templates.foot]
|
|
input_path = '~/.config/matugen/templates/foot-theme'
|
|
output_path = '~/.config/foot/colors.ini'
|
|
|
|
[templates.gtk3]
|
|
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-3.0/colors.css'
|
|
|
|
[templates.gtk4]
|
|
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-4.0/colors.css'
|
|
|
|
[templates.starship]
|
|
input_path = '~/.config/matugen/templates/starship-colors.toml'
|
|
output_path = '~/.config/starship.toml'
|
|
|
|
[templates.yazi]
|
|
input_path = '~/.config/matugen/templates/yazi-theme.toml'
|
|
output_path = '~/.config/yazi/theme.toml'
|
|
|
|
[templates.qt5ct]
|
|
input_path = '~/.config/matugen/templates/qtct-colors.conf'
|
|
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
|
|
|
[templates.rofi]
|
|
input_path = '~/.config/matugen/templates/rofi-colors.rasi'
|
|
output_path = '~/.config/rofi/colors/matugen.rasi'
|
|
|
|
[templates.niri]
|
|
input_path = '~/.config/matugen/templates/niri-colors.kdl'
|
|
output_path = '~/.config/niri/colors.kdl'
|
|
|
|
[templates.zellij]
|
|
input_path = '~/.config/matugen/templates/zellij-colors.kdl'
|
|
output_path = '~/.config/zellij/themes/matugen.kdl'
|
|
post_hook = 'touch ~/.config/zellij/config.kdl && nohup ~/.config/matugen/scripts/sync-zellij-mac.sh >/dev/null 2>&1 &'
|
|
|
|
[templates.jjui]
|
|
input_path = '~/.config/matugen/templates/jjui-theme.toml'
|
|
output_path = '~/.config/jjui/themes/matugen.toml'
|
|
|
|
[templates.nvim]
|
|
input_path = '~/.config/matugen/templates/neovim.lua'
|
|
output_path = '~/.config/nvim/lua/plugins/dankcolors.lua'
|
|
post_hook = 'nohup ~/.config/matugen/scripts/sync-nvim-mac.sh >/dev/null 2>&1 &'
|
|
|
|
[templates.pi]
|
|
input_path = '~/.config/matugen/templates/pi-theme.json'
|
|
output_path = '~/.pi/agent/themes/matugen.json.tmp'
|
|
post_hook = 'cat ~/.pi/agent/themes/matugen.json.tmp > ~/.pi/agent/themes/matugen.json && nohup ~/.config/matugen/scripts/sync-pi-mac.sh >/dev/null 2>&1 &'
|