60 lines
2.3 KiB
TOML
60 lines
2.3 KiB
TOML
[config]
|
|
|
|
[templates.cava]
|
|
input_path = '~/.config/matugen/templates/cava-colors.ini'
|
|
output_path = '~/.config/cava/themes/your-theme'
|
|
post_hook = 'pkill -USR1 cava'
|
|
|
|
[templates.btop]
|
|
input_path = '~/.config/matugen/templates/btop.theme'
|
|
output_path = '~/.config/btop/themes/matugen.theme'
|
|
post_hook = 'pkill -USR2 btop || true'
|
|
|
|
[templates.steam]
|
|
input_path = '~/.config/matugen/templates/steam.css'
|
|
output_path = '~/.config/AdwSteamGtk/custom.css'
|
|
post_hook = 'adwaita-steam-gtk -i'
|
|
|
|
[templates.papirus]
|
|
input_path = '~/.config/matugen/templates/papirus-trigger'
|
|
output_path = '/tmp/matugen-primary-color'
|
|
post_hook = 'bash ~/.config/matugen/papirus-folders.sh "$(cat /tmp/matugen-primary-color)"'
|
|
|
|
[templates.telegram_background]
|
|
pre_hook = 'mkdir -p ~/.config/telegram/matugen'
|
|
input_path = '~/.config/matugen/templates/telegram-background-solid.svg'
|
|
output_path = '~/.config/telegram/matugen/background.svg'
|
|
post_hook = 'magick ~/.config/telegram/matugen/background.svg ~/.config/telegram/matugen/background.jpg'
|
|
index = 0
|
|
|
|
[templates.telegram]
|
|
input_path = '~/.config/matugen/templates/telegram.tdesktop-theme'
|
|
output_path = '~/.config/telegram/matugen/colors.tdesktop-theme'
|
|
post_hook = 'zip -qj - ~/.config/telegram/matugen/colors.tdesktop-theme ~/.config/telegram/matugen/background.jpg >~/.config/telegram/matugen.tdesktop-theme'
|
|
index = 1
|
|
|
|
[templates.starship]
|
|
input_path = '~/.config/matugen/templates/starship-colors.toml'
|
|
output_path = '~/.config/starship.toml'
|
|
|
|
[templates.thunderbird]
|
|
input_path = '~/.config/matugen/templates/thunderbird-userChrome.css'
|
|
output_path = '~/.thunderbird/v06i5c82.default/chrome/userChrome.css'
|
|
post_hook = "touch ~/.cache/wal/.tb-reload"
|
|
|
|
[templates.wal-colors]
|
|
input_path = "~/.config/matugen/templates/wal-colors"
|
|
output_path = "~/.cache/wal/colors"
|
|
|
|
[templates.mailspring]
|
|
input_path = "~/.config/matugen/templates/ui-variables"
|
|
output_path = "~/.config/Mailspring/packages/Matugen/styles/ui-variables.less"
|
|
|
|
[templates.millennium]
|
|
input_path = "~/.config/matugen/templates/millennium-material-matugen.css"
|
|
output_path = '~/.steam/steam/steamui/skins/Material-Theme/css/main/colors/matugen.css'
|
|
|
|
[templates.spotify]
|
|
input_path = '~/.config/matugen/templates/spicetify.ini'
|
|
output_path = '~/.config/spicetify/Themes/Sleek/color.ini'
|
|
post_hook = 'spicetify watch -s 2>&1 | sed "/Reloaded Spotify/q"'
|