mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
matugen: equibop theme (#1119)
* matugen: equibop theme * style: withespace apparently
This commit is contained in:
@@ -258,7 +258,9 @@ output_path = '%s'
|
|||||||
if !opts.ShouldSkipTemplate("vesktop") {
|
if !opts.ShouldSkipTemplate("vesktop") {
|
||||||
appendConfig(opts, cfgFile, "vesktop", "vesktop.toml")
|
appendConfig(opts, cfgFile, "vesktop", "vesktop.toml")
|
||||||
}
|
}
|
||||||
|
if !opts.ShouldSkipTemplate("equibop") {
|
||||||
|
appendConfig(opts, cfgFile, "equibop", "equibop.toml")
|
||||||
|
}
|
||||||
if !opts.ShouldSkipTemplate("ghostty") {
|
if !opts.ShouldSkipTemplate("ghostty") {
|
||||||
appendTerminalConfig(opts, cfgFile, tmpDir, "ghostty", "ghostty.toml")
|
appendTerminalConfig(opts, cfgFile, tmpDir, "ghostty", "ghostty.toml")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -837,7 +837,7 @@ Singleton {
|
|||||||
if (typeof SettingsData !== "undefined") {
|
if (typeof SettingsData !== "undefined") {
|
||||||
const skipTemplates = [];
|
const skipTemplates = [];
|
||||||
if (!SettingsData.runDmsMatugenTemplates) {
|
if (!SettingsData.runDmsMatugenTemplates) {
|
||||||
skipTemplates.push("gtk", "neovim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "vesktop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode");
|
skipTemplates.push("gtk", "neovim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "vesktop", "equibop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode");
|
||||||
} else {
|
} else {
|
||||||
if (!SettingsData.matugenTemplateGtk)
|
if (!SettingsData.matugenTemplateGtk)
|
||||||
skipTemplates.push("gtk");
|
skipTemplates.push("gtk");
|
||||||
@@ -853,6 +853,8 @@ Singleton {
|
|||||||
skipTemplates.push("pywalfox");
|
skipTemplates.push("pywalfox");
|
||||||
if (!SettingsData.matugenTemplateVesktop)
|
if (!SettingsData.matugenTemplateVesktop)
|
||||||
skipTemplates.push("vesktop");
|
skipTemplates.push("vesktop");
|
||||||
|
if (!SettingsData.matugenTemplateEquibop)
|
||||||
|
skipTemplates.push("equibop");
|
||||||
if (!SettingsData.matugenTemplateGhostty)
|
if (!SettingsData.matugenTemplateGhostty)
|
||||||
skipTemplates.push("ghostty");
|
skipTemplates.push("ghostty");
|
||||||
if (!SettingsData.matugenTemplateKitty)
|
if (!SettingsData.matugenTemplateKitty)
|
||||||
|
|||||||
@@ -1022,6 +1022,17 @@ Item {
|
|||||||
onToggled: checked => SettingsData.set("matugenTemplateVesktop", checked)
|
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 {
|
SettingsToggleRow {
|
||||||
tab: "theme"
|
tab: "theme"
|
||||||
tags: ["matugen", "ghostty", "terminal", "template"]
|
tags: ["matugen", "ghostty", "terminal", "template"]
|
||||||
|
|||||||
3
quickshell/matugen/configs/equibop.toml
Normal file
3
quickshell/matugen/configs/equibop.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[templates.dmsvesktop]
|
||||||
|
input_path = 'SHELL_DIR/matugen/templates/vesktop.css'
|
||||||
|
output_path = '~/.config/equibop/themes/dank-discord.css'
|
||||||
Reference in New Issue
Block a user