forked from nico/dots
38 lines
1,008 B
TOML
38 lines
1,008 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'
|
|
|
|
[templates.pywalfox]
|
|
input_path = './templates/pywalfox.json'
|
|
output_path = '~/.cache/wal/colors.json'
|
|
post_hook = 'pywalfox update'
|