dotfiles/private_dot_config/matugen/config.toml

20 lines
486 B
TOML
Raw Normal View History

2026-02-06 00:05:31 +01:00
[config]
[config.wallpaper]
set = true
command = "awww"
arguments = ["img", "--transition-type", "wipe", "--transition-fps", "144"]
2026-02-06 00:05:31 +01:00
[templates.waybar]
input_path = 'templates/waybar.css'
output_path = '~/.config/waybar/colors.css'
[templates.cava]
input_path = 'templates/cava-colors.ini'
output_path = '~/.config/cava/themes/matugen_theme'
post_hook = 'pkill -USR1 cava'
[templates.alacritty]
input_path = 'templates/alacritty.toml'
output_path = '~/.config/alacritty/colors.toml'