35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[config]
|
|
# If set to enabled, it will check for updates when you run the matugen command, notifying you that an update is avaiable.
|
|
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
|
version_check = false
|
|
|
|
[config.wallpaper]
|
|
command = "swww"
|
|
arguments = ["img", "--transition-type", "center"]
|
|
|
|
[templates.hyprland]
|
|
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
|
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
|
post_hook = 'hyprctl reload'
|
|
|
|
[templates.qt6ct]
|
|
input_path = '~/.config/matugen/templates/qtct-colors.conf'
|
|
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
|
|
|
[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.kitty]
|
|
input_path = '~/.config/matugen/templates/kitty-colors.conf'
|
|
output_path = '~/.config/kitty/themes/hydro-os.conf'
|
|
post_hook = 'kitten themes --reload-in=all hydro-os'
|
|
|
|
[templates.fuzzel]
|
|
input_path = '~/.config/matugen/templates/fuzzel-colors.ini'
|
|
output_path = '~/.config/fuzzel/themes/hydro-os.ini'
|