1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

matugen: equibop theme (#1119)

* matugen: equibop theme

* style: withespace apparently
This commit is contained in:
claymorwan
2025-12-22 17:03:20 +00:00
committed by GitHub
parent a7494971fd
commit c703cb6504
4 changed files with 20 additions and 2 deletions

View File

@@ -1022,6 +1022,17 @@ Item {
onToggled: checked => SettingsData.set("matugenTemplateVesktop", checked)
}
SettingsToggleRow {
tab: "theme"
tags: ["matugen", "equibop", "discord", "template"]
settingKey: "matugenTemplateEquibop"
text: "equibop"
description: ""
visible: SettingsData.runDmsMatugenTemplates
checked: SettingsData.matugenTemplateEquibop
onToggled: checked => SettingsData.set("matugenTemplateEquibop", checked)
}
SettingsToggleRow {
tab: "theme"
tags: ["matugen", "ghostty", "terminal", "template"]