diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index 16f4537f..38727bb9 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -239,6 +239,19 @@ if command -v spicetify &> /dev/null && [ -d "$HOME/.config/spicetify/Themes/Com fi ''' +[templates.vacuumtube] +input_path = '~/.config/matugen/templates/vacuumtube.css' +output_path = '~/.config/matugen/generated/vacuumtube.css' +post_hool = ''' +bash -c ' +{ + if command -v startvacuumtube >/dev/null 2>&1; then + ln -nfs "$HOME/.config/matugen/generated/vacuumtube.css" "$HOME/.config/VacuumTube/userstyles/matugen.css" + fi +} >/dev/null 2>&1