diff --git a/quickshell/Common/SettingsData.qml b/quickshell/Common/SettingsData.qml index 3cbd639e..55532742 100644 --- a/quickshell/Common/SettingsData.qml +++ b/quickshell/Common/SettingsData.qml @@ -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 diff --git a/quickshell/Common/settings/SettingsSpec.js b/quickshell/Common/settings/SettingsSpec.js index ef883220..027e204f 100644 --- a/quickshell/Common/settings/SettingsSpec.js +++ b/quickshell/Common/settings/SettingsSpec.js @@ -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 }, diff --git a/quickshell/matugen/configs/equibop.toml b/quickshell/matugen/configs/equibop.toml index 3d48be7c..9f6fa187 100644 --- a/quickshell/matugen/configs/equibop.toml +++ b/quickshell/matugen/configs/equibop.toml @@ -1,3 +1,3 @@ -[templates.dmsvesktop] +[templates.dmsequibop] input_path = 'SHELL_DIR/matugen/templates/vesktop.css' output_path = '~/.config/equibop/themes/dank-discord.css'