diff --git a/MATUGEN.md b/MATUGEN.md new file mode 100644 index 0000000..1ae4e63 --- /dev/null +++ b/MATUGEN.md @@ -0,0 +1,42 @@ +# matugen + + +SDG-OS comes with some extra matugen templates, these templates come courtesy of InioX and can be found in ~/.config/matugen/templates/InioX + + +by default, the following are set up to generate: + +btop +cava +clipse +micro +prismlauncher +spotify (spicetify sleek) +tmux +yazi +steam (using adwaita steam gtk) +obsidian + + +you enable them as follows: + + btop - set your btop theme in btop's configuration to "sdgos" + + cava - set your cava theme in cava's configuration to "sdgos" + + clipse - set your clipse theme in clipse's configuration to "sdgos_theme" + + micro - set your color scheme to "sdgos" in micro's settings config. + + prismlauncher - select the sdgos theme in your settings menu + + spicetify - should apply automatically + + tmux - configure tmux to use sdgos-colors in the tmux config + + steam - should apply automatically + + yazi - should apply automatically + + obsidian - colors are generated in ~/.config/matugen/templates-out/obsidian.css, symlink this to your obsidian vault under .obsidian/snippets/theme.css + \ No newline at end of file diff --git a/matugen/config.toml b/matugen/config.toml index d531e91..aebffd9 100755 --- a/matugen/config.toml +++ b/matugen/config.toml @@ -13,10 +13,6 @@ output_path = '~/.config/hypr/hyprland/colors.conf' input_path = '~/.config/matugen/templates/hyprland/hyprlock-colors.conf' output_path = '~/.config/hypr/hyprlock/colors.conf' -[templates.fuzzel] -input_path = '~/.config/matugen/templates/fuzzel/fuzzel_theme.ini' -output_path = '~/.config/fuzzel/fuzzel_theme.ini' - [templates.gtk3] input_path = '~/.config/matugen/templates/gtk-3.0/gtk.css' output_path = '~/.config/gtk-3.0/gtk.css'