dots/stow/.config/matugen/config.toml
2025-05-03 16:34:35 +10:00

33 lines
874 B
TOML

[config.wallpaper]
command = "swww"
arguments = ["img", "--transition-type", "center"]
set = true
[templates.waybar]
input_path = './templates/colors.css'
output_path = '~/.config/waybar/colors.css'
post_hook = 'pkill -SIGUSR2 waybar'
[templates.gtk3]
input_path = './templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/gtk.css'
[templates.gtk4]
input_path = './templates/gtk-colors.css'
output_path = '~/.config/gtk-4.0/gtk.css'
[templates.matugen]
input_path = './templates/walker.css'
output_path = '~/.config/walker/themes/matugen.css'
[templates.hyprland]
input_path = './templates/hyprland.conf'
output_path = '~/.config/hypr/matugen.conf'
[templates.qt5ct]
input_path = './templates/qtct.conf'
output_path = '~/.config/qt5ct/colors/matugen.conf'
[templates.qt6ct]
input_path = './templates/qtct.conf'
output_path = '~/.config/qt6ct/colors/matugen.conf'