dotfiles/matugen/config.toml
2024-09-13 21:47:26 +05:00

62 lines
2.1 KiB
TOML

[config]
reload_apps = true
[config.reload_apps_list]
waybar = true
[templates.hyprland]
input_path = '~/.config/hypr/matugen/templates/hyprland-colors.conf'
output_path = '~/.config/hypr/components/hyprland/colors.conf'
[templates.alacritty]
input_path = '~/.config/hypr/matugen/templates/alacritty.toml'
output_path = '~/.config/alacritty/colors.toml'
[templates.waybar]
input_path = '~/.config/hypr/matugen/templates/colors.css'
output_path = '~/.config/hypr/components/waybar/colors.css'
[templates.gtk3-user]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/colors.css'
[templates.gtk3-light]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/hypr/matugen/export/adw-gtk3/gtk-3.0/colors.css'
[templates.gtk3-dark]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/hypr/matugen/export/adw-gtk3-dark/gtk-3.0/colors.css'
[templates.gtk4-user]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-4.0/colors.css'
[templates.gtk4-light]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/hypr/matugen/export/adw-gtk3/gtk-4.0/colors.css'
[templates.gtk4-dark]
input_path = '~/.config/hypr/matugen/templates/gtk-colors.css'
output_path = '~/.config/hypr/matugen/export/adw-gtk3-dark/gtk-4.0/colors.css'
[templates.vesktop]
input_path = '~/.config/hypr/matugen/templates/midnight-discord.css'
output_path = '~/.config/vesktop/themes/matugen.theme.css'
[templates.qt6ct]
input_path = '~/.config/hypr/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt6ct/colors/matugen.conf'
[templates.qt5ct]
input_path = '~/.config/hypr/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt5ct/colors/matugen.conf'
[templates.mako]
input_path = '~/.config/hypr/matugen/templates/mako.conf'
output_path = '~/.config/hypr/components/mako/mako.conf'
[templates.rofi]
input_path = '~/.config/hypr/matugen/templates/rofi-colors.rasi'
output_path = '~/.config/hypr/components/rofi/colors.rasi'