Update .config/alacritty/colors.toml Update .config/btop/btop.conf Update .config/btop/themes/matugen.theme Update .config/cava/themes/matugen_theme Update .config/matugen/config.toml Update .config/sway/config Update .config/sway/scripts/wallpaper_rotate.py Update .config/waybar/modules.jsonc Update .config/waybar/style.css
28 lines
731 B
TOML
28 lines
731 B
TOML
[config]
|
|
|
|
[config.wallpaper]
|
|
set = true
|
|
command = "awww"
|
|
arguments = ["img", "--transition-type", "wipe", "--transition-fps", "144"]
|
|
|
|
[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'
|
|
|
|
[templates.btop]
|
|
input_path = 'templates/btop.theme'
|
|
output_path = '~/.config/btop/themes/matugen.theme'
|
|
post_hook = 'pkill -USR2 btop || true'
|
|
|
|
[templates.fuzzel]
|
|
input_path = 'templates/fuzzel.ini'
|
|
output_path = '~/.config/fuzzel/colors.ini'
|