Add Vesktop matugen template

vesktop: create matugen template (based on catppuccin)
This commit is contained in:
Ly-sec 2025-08-31 20:00:29 +02:00
parent 2f8472f720
commit fa82dea4d5
4 changed files with 577 additions and 0 deletions

View file

@ -67,6 +67,11 @@ Singleton {
lines.push(
'post_hook = "sed -i /themes/d ~/.config/fuzzel/fuzzel.ini && echo include=~/.config/fuzzel/themes/noctalia >> ~/.config/fuzzel/fuzzel.ini"')
}
if (Settings.data.matugen.vesktop) {
lines.push("\n[templates.vesktop]")
lines.push('input_path = "' + Quickshell.shellDir + '/Assets/Matugen/templates/vesktop.css"')
lines.push('output_path = "~/.config/vesktop/themes/noctalia.theme.css"')
}
return lines.join("\n") + "\n"
}