2
This commit is contained in:
44
dms-dotfiles/.config/matugen/config.toml
Normal file
44
dms-dotfiles/.config/matugen/config.toml
Normal file
@ -0,0 +1,44 @@
|
||||
|
||||
[config]
|
||||
|
||||
[templates.pywalfox]
|
||||
input_path = '~/.config/matugen/templates/pywalfox-colors.json'
|
||||
output_path = '~/.cache/wal/colors.json'
|
||||
post_hook = 'pywalfox update &'
|
||||
|
||||
[templates.fcitx5]
|
||||
input_path = '~/.config/matugen/templates/fcitx5-theme.conf'
|
||||
output_path = '~/.local/share/fcitx5/themes/Matugen/theme.conf'
|
||||
post_hook= 'fcitx5 -r & disown '
|
||||
|
||||
[templates.btop]
|
||||
input_path = '~/.config/matugen/templates/btop.theme'
|
||||
output_path = '~/.config/btop/themes/matugen.theme'
|
||||
post_hook = 'killall -SIGUSR1 btop && killall -SIGUSR2 btop &'
|
||||
|
||||
[templates.cava]
|
||||
input_path = '~/.config/matugen/templates/cava-colors.ini'
|
||||
output_path = '~/.config/cava/themes/your-theme'
|
||||
#post_hook = "pkill -USR1 cava"
|
||||
|
||||
[templates.starship]
|
||||
input_path = '~/.config/matugen/templates/starship-colors.toml'
|
||||
output_path = '~/.config/starship.toml'
|
||||
|
||||
[templates.yazi]
|
||||
input_path = '~/.config/matugen/templates/yazi-theme.toml'
|
||||
output_path = '~/.config/yazi/theme.toml'
|
||||
|
||||
[templates.gtk-folder]
|
||||
input_path = '~/.config/matugen/templates/gtk-folder/recolor.sh'
|
||||
output_path = '~/.cache/matugen/recoloricons.sh'
|
||||
post_hook = 'bash ~/.cache/matugen/recoloricons.sh &'
|
||||
|
||||
[templates.fastfetch]
|
||||
input_path = '~/.config/matugen/templates/fastfetch-config.jsonc'
|
||||
output_path = '~/.config/fastfetch/config.jsonc'
|
||||
|
||||
[templates.fuzzel]
|
||||
input_path = '~/.config/matugen/templates/fuzzel.ini'
|
||||
output_path = '~/.config/fuzzel/colors.ini'
|
||||
|
||||
Reference in New Issue
Block a user