conf copy to .config
This commit is contained in:
45
config/matugen/config.toml
Normal file
45
config/matugen/config.toml
Normal file
@@ -0,0 +1,45 @@
|
||||
[config.wallpaper]
|
||||
command = "swww"
|
||||
arguments = ["img", "--transition-type", "any", "--transition-fps", "60"]
|
||||
set = true
|
||||
|
||||
[templates.waybar]
|
||||
input_path = '~/.config/matugen/templates/colors.css'
|
||||
output_path = '~/.config/waybar/colors.css'
|
||||
post_hook = 'pkill -SIGUSR2 waybar'
|
||||
|
||||
[templates.kitty]
|
||||
input_path = '~/.config/matugen/templates/kitty-colors.conf'
|
||||
output_path = '~/.config/kitty/colors.conf'
|
||||
post_hook = "kill -SIGUSR1 $(pidof kitty)"
|
||||
|
||||
[templates.hyprland]
|
||||
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
||||
output_path = '~/.config/hypr/colors.conf'
|
||||
post_hook = 'hyprctl reload'
|
||||
|
||||
[templates.gtk3]
|
||||
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
||||
output_path = '~/.config/gtk-3.0/colors.css'
|
||||
|
||||
[templates.gtk4]
|
||||
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
||||
output_path = '~/.config/gtk-4.0/colors.css'
|
||||
|
||||
[templates.rofi]
|
||||
input_path = '~/.config/matugen/templates/rofi-colors.rasi'
|
||||
output_path = '~/.config/rofi/colors.rasi'
|
||||
|
||||
[templates.cava]
|
||||
input_path = '~/.config/matugen/templates/matugen-cava'
|
||||
output_path = '~/.config/cava/config'
|
||||
post_hook = "pkill -USR1 cava"
|
||||
|
||||
[templates.spicetify]
|
||||
input_path = '~/.config/matugen/templates/spotify-colors.ini'
|
||||
output_path = '~/.config/spicetify/Themes/text/color.ini'
|
||||
|
||||
[templates.vesktop]
|
||||
input_path = '~/.config/matugen/templates/midnight-discord.css'
|
||||
output_path = '~/.config/vesktop/themes/matugen.css'
|
||||
|
||||
Reference in New Issue
Block a user