From cbaaa32ce8ba9391d0126821d71cf21938df255a Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 16 Oct 2025 14:09:20 -0400 Subject: [PATCH] matugen: prefix all internal templates with dms --- matugen-config.toml | 16 ++++++++-------- matugen/configs/base.toml | 6 +++--- matugen/configs/dgop.toml | 2 +- matugen/configs/firefox.toml | 2 +- matugen/configs/ghostty.toml | 2 +- matugen/configs/kitty.toml | 2 +- matugen/configs/niri.toml | 2 +- matugen/configs/pywalfox.toml | 2 +- matugen/configs/qt5ct.toml | 2 +- matugen/configs/qt6ct.toml | 2 +- matugen/configs/vesktop.toml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/matugen-config.toml b/matugen-config.toml index db9004df..094ac362 100644 --- a/matugen-config.toml +++ b/matugen-config.toml @@ -1,33 +1,33 @@ [config] -[templates.gtk3] +[templates.dmsgtk3] input_path = './templates/gtk-colors.css' output_path = '~/.config/gtk-3.0/dank-colors.css' -[templates.gtk4] +[templates.dmsgtk4] input_path = './templates/gtk-colors.css' output_path = '~/.config/gtk-4.0/dank-colors.css' -[templates.qt5ct] +[templates.dmsqt5ct] input_path = './templates/qtct-colors.conf' output_path = '~/.config/qt5ct/colors/matugen.conf' -[templates.qt6ct] +[templates.dmsqt6ct] input_path = './templates/qtct-colors.conf' output_path = '~/.config/qt6ct/colors/matugen.conf' -[templates.kcolorscheme] +[templates.dmskcolorscheme] input_path = './templates/matugen-kcolorscheme.colors' output_path = '~/.local/share/color-schemes/DankMatugen.colors' -[templates.dgop] +[templates.dmsdgop] input_path = './templates/dgop.json' output_path = '~/.config/dgop/colors.json' -[templates.niri] +[templates.dmsniri] input_path = './templates/niri-colors.kdl' output_path = '~/.config/niri/dankshell-colors.kdl' -[templates.ghostty] +[templates.dmsghostty] input_path = './templates/ghostty-colors.conf' output_path = '~/.config/ghostty/config-dankcolors' \ No newline at end of file diff --git a/matugen/configs/base.toml b/matugen/configs/base.toml index 620eaca8..50cdb027 100644 --- a/matugen/configs/base.toml +++ b/matugen/configs/base.toml @@ -1,13 +1,13 @@ [config] -[templates.gtk3] +[templates.dmsgtk3] input_path = './matugen/templates/gtk-colors.css' output_path = '~/.config/gtk-3.0/dank-colors.css' -[templates.gtk4] +[templates.dmsgtk4] input_path = './matugen/templates/gtk-colors.css' output_path = '~/.config/gtk-4.0/dank-colors.css' -[templates.kcolorscheme] +[templates.dmskcolorscheme] input_path = './matugen/templates/matugen-kcolorscheme.colors' output_path = '~/.local/share/color-schemes/DankMatugen.colors' \ No newline at end of file diff --git a/matugen/configs/dgop.toml b/matugen/configs/dgop.toml index 6a391428..3c14de6b 100644 --- a/matugen/configs/dgop.toml +++ b/matugen/configs/dgop.toml @@ -1,3 +1,3 @@ -[templates.dgop] +[templates.dmsdgop] input_path = './matugen/templates/dgop.json' output_path = '~/.config/dgop/colors.json' \ No newline at end of file diff --git a/matugen/configs/firefox.toml b/matugen/configs/firefox.toml index a8824c09..0985a101 100644 --- a/matugen/configs/firefox.toml +++ b/matugen/configs/firefox.toml @@ -1,3 +1,3 @@ -[templates.firefox] +[templates.dmsfirefox] input_path = './matugen/templates/firefox-userchrome.css' output_path = '~/.config/DankMaterialShell/firefox.css' \ No newline at end of file diff --git a/matugen/configs/ghostty.toml b/matugen/configs/ghostty.toml index db2a1ff4..78882acb 100644 --- a/matugen/configs/ghostty.toml +++ b/matugen/configs/ghostty.toml @@ -1,3 +1,3 @@ -[templates.ghostty] +[templates.dmsghostty] input_path = './matugen/templates/ghostty.conf' output_path = '~/.config/ghostty/config-dankcolors' \ No newline at end of file diff --git a/matugen/configs/kitty.toml b/matugen/configs/kitty.toml index 30fc1bb2..cd0b0055 100644 --- a/matugen/configs/kitty.toml +++ b/matugen/configs/kitty.toml @@ -1,3 +1,3 @@ -[templates.kitty] +[templates.dmskitty] input_path = './matugen/templates/kitty.conf' output_path = '~/.config/kitty/dank-theme.conf' \ No newline at end of file diff --git a/matugen/configs/niri.toml b/matugen/configs/niri.toml index 5abbb000..61d36a9c 100644 --- a/matugen/configs/niri.toml +++ b/matugen/configs/niri.toml @@ -1,3 +1,3 @@ -[templates.niri] +[templates.dmsniri] input_path = './matugen/templates/niri-colors.kdl' output_path = '~/.config/niri/dms/colors.kdl' \ No newline at end of file diff --git a/matugen/configs/pywalfox.toml b/matugen/configs/pywalfox.toml index 284c696a..89ffd29f 100644 --- a/matugen/configs/pywalfox.toml +++ b/matugen/configs/pywalfox.toml @@ -1,3 +1,3 @@ -[templates.pywalfox] +[templates.dmspywalfox] input_path = './matugen/templates/pywalfox-colors.json' output_path = '~/.cache/wal/dank-pywalfox.json' \ No newline at end of file diff --git a/matugen/configs/qt5ct.toml b/matugen/configs/qt5ct.toml index a61fd6d0..f745d468 100644 --- a/matugen/configs/qt5ct.toml +++ b/matugen/configs/qt5ct.toml @@ -1,3 +1,3 @@ -[templates.qt5ct] +[templates.dmsqt5ct] input_path = './matugen/templates/qtct-colors.conf' output_path = '~/.config/qt5ct/colors/matugen.conf' \ No newline at end of file diff --git a/matugen/configs/qt6ct.toml b/matugen/configs/qt6ct.toml index 5955839f..97f4ceb1 100644 --- a/matugen/configs/qt6ct.toml +++ b/matugen/configs/qt6ct.toml @@ -1,3 +1,3 @@ -[templates.qt6ct] +[templates.dmsqt6ct] input_path = './matugen/templates/qtct-colors.conf' output_path = '~/.config/qt6ct/colors/matugen.conf' \ No newline at end of file diff --git a/matugen/configs/vesktop.toml b/matugen/configs/vesktop.toml index b8042031..bf8002e6 100644 --- a/matugen/configs/vesktop.toml +++ b/matugen/configs/vesktop.toml @@ -1,3 +1,3 @@ -[templates.vesktop] +[templates.dmsvesktop] input_path = './matugen/templates/vesktop.css' output_path = '~/.config/vesktop/themes/dank-discord.css' \ No newline at end of file