1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

matugen: fix equibop theme not working (#1122)

* matugen: equibop theme

* style: withespace apparently

* matugen: fix equibop theme not working
This commit is contained in:
claymorwan
2025-12-22 19:19:57 +00:00
committed by GitHub
parent c9331b7338
commit a4492b90e7
3 changed files with 3 additions and 1 deletions

View File

@@ -280,6 +280,7 @@ Singleton {
property bool matugenTemplateFirefox: true
property bool matugenTemplatePywalfox: true
property bool matugenTemplateVesktop: true
property bool matugenTemplateEquibop: true
property bool matugenTemplateGhostty: true
property bool matugenTemplateKitty: true
property bool matugenTemplateFoot: true

View File

@@ -179,6 +179,7 @@ var SPEC = {
matugenTemplateFirefox: { def: true },
matugenTemplatePywalfox: { def: true },
matugenTemplateVesktop: { def: true },
matugenTemplateEquibop: { def: true },
matugenTemplateGhostty: { def: true },
matugenTemplateKitty: { def: true },
matugenTemplateFoot: { def: true },

View File

@@ -1,3 +1,3 @@
[templates.dmsvesktop]
[templates.dmsequibop]
input_path = 'SHELL_DIR/matugen/templates/vesktop.css'
output_path = '~/.config/equibop/themes/dank-discord.css'