From a4492b90e7b757f4d13b3682f4c1e451be054fe1 Mon Sep 17 00:00:00 2001 From: claymorwan Date: Mon, 22 Dec 2025 19:19:57 +0000 Subject: [PATCH] matugen: fix equibop theme not working (#1122) * matugen: equibop theme * style: withespace apparently * matugen: fix equibop theme not working --- quickshell/Common/SettingsData.qml | 1 + quickshell/Common/settings/SettingsSpec.js | 1 + quickshell/matugen/configs/equibop.toml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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'