main
59c7d64 ยท 8 days ago 139 commits
 1[config]
 2
 3[templates.hyprland]
 4input_path = '~/.config/matugen/templates/hyprland-colors.lua'
 5output_path = '~/.config/hypr/modules/colors.lua'
 6post_hook = 'hyprctl reload'
 7
 8[templates.waybar]
 9input_path = '~/.config/matugen/templates/colors.css'
10output_path = '~/.config/waybar/colors.css'
11post_hook = 'pkill -SIGUSR2 waybar'
12
13[templates.rofi]
14input_path = '~/.config/matugen/templates/rofi-colors.rasi'
15output_path = '~/.config/rofi/colors.rasi'
16
17[templates.swaync]
18input_path = "~/.config/matugen/templates/colors.css"
19output_path = "~/.config/swaync/colors.css"
20post_hook = "swaync-client -rs"
21
22[templates.ghostty]
23input_path = '~/.config/matugen/templates/ghostty'
24output_path = '~/.config/ghostty/themes/Matugen'
25post_hook = 'pkill -SIGUSR2 ghostty'
26
27[templates.tmux]
28input_path = '~/.config/matugen/templates/tmux-colors.conf'
29output_path = '~/.config/tmux/generated.conf'
30post_hook = 'tmux source-file ~/.config/tmux/tmux.conf'
31
32[templates.terminal-sequences]
33input_path = '~/.config/matugen/templates/terminal-sequences'
34output_path = "~/.cache/terminal-sequences"
35post_hook = "sed -i '/]11;/d' ~/.cache/terminal-sequences && cat ~/.cache/terminal-sequences > /dev/pts/[0-9]*"
36
37[templates.gtk3]
38input_path = '~/.config/matugen/templates/gtk-colors.css'
39output_path = '~/.config/gtk-3.0/gtk.css'
40post_hook = 'gsettings set org.gnome.desktop.interface gtk-theme ""; gsettings set org.gnome.desktop.interface gtk-theme adw-gtk3-{{mode}}'