Skip to content

update matugen theming of spicetify#187

Open
ADIOR-enigma wants to merge 1 commit intodusklinux:mainfrom
ADIOR-enigma:spicetify-matugen
Open

update matugen theming of spicetify#187
ADIOR-enigma wants to merge 1 commit intodusklinux:mainfrom
ADIOR-enigma:spicetify-matugen

Conversation

@ADIOR-enigma
Copy link
Copy Markdown
Contributor

Simplify the spicetify theming rather than using Comfy and making the matugen theme a bit modern

image image
#!/bin/sh

set -e

# Get Spicetify base directory
spice_dir="$(dirname "$(spicetify -c)")"
theme_dir="${spice_dir}/Themes"

# Create wal theme directory
mkdir -p "${theme_dir}/wal"

# Apply theme
echo "Applying wal theme..."
spicetify config current_theme wal color_scheme wal
spicetify config inject_css 1
spicetify apply

echo "Wal theme created"

Implementation:

  • Creates the wal theme folder in your Spicetify Themes directory
  • Sets Spicetify’s current theme to wal
  • Configures CSS injection and applies the theme

Note

It will show error Cannot open file $HOME/.config/spicetify/Themes/wal/color.ini, cause the matugen still havent generated a theme for spotify. Just need to refresh the wallpaper.

Spotify will automatically change the theme realtime everytime a new theme is generated.

@ADIOR-enigma ADIOR-enigma changed the title update matugen theming of spiceitfy update matugen theming of spicetify Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant