51 lines
1.7 KiB
TOML
51 lines
1.7 KiB
TOML
[config]
|
|
|
|
[templates.hyprland]
|
|
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
|
output_path = '~/.config/hypr/colors.conf'
|
|
post_hook = 'hyprctl reload'
|
|
|
|
[templates.waybar]
|
|
input_path = '~/.config/matugen/templates/colors.css'
|
|
output_path = '~/.config/waybar/colors.css'
|
|
|
|
[templates.rofi]
|
|
input_path = '~/.config/matugen/templates/rofi-colors.rasi'
|
|
output_path = '~/.config/rofi/colors.rasi'
|
|
|
|
[templates.kitty]
|
|
input_path = "~/.config/matugen/templates/kitty-colors.conf"
|
|
output_path = "~/.config/kitty/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.pywalfox]
|
|
input_path = '~/.config/matugen/templates/pywalfox-colors.json'
|
|
output_path = '~/.cache/wal/colors.json'
|
|
|
|
[templates.wlogout]
|
|
input_path = '~/.config/matugen/templates/colors.css'
|
|
output_path = '~/.config/wlogout/colors.css'
|
|
|
|
[templates.swaync]
|
|
input_path = '~/.config/matugen/templates/colors.css'
|
|
output_path = '~/.config/swaync/colors.css'
|
|
|
|
[templates.nwgdock]
|
|
input_path = '~/.config/matugen/templates/colors.css'
|
|
output_path = '~/.config/nwg-dock-hyprland/colors.css'
|
|
|
|
[templates.sequences]
|
|
input_path = '~/.config/matugen/templates/sequences'
|
|
output_path = '~/.cache/wal/sequences'
|
|
|
|
[templates.ohmyposh]
|
|
input_path = '~/.config/matugen/templates/ohmyposh-colors.json'
|
|
output_path = '~/.config/ohmyposh/colors.json'
|
|
post_hook = "jq --slurpfile palette ~/.config/ohmyposh/colors.json '. + $palette[0]' ~/.config/ohmyposh/EDM115-newline.omp.json > /tmp/new_theme.json && mv /tmp/new_theme.json ~/.config/ohmyposh/EDM115-newline.omp.json"
|