Add spotify-text plugin (spicetify text theme) - #7
Open
EncryptedSystem wants to merge 2 commits into
Open
Conversation
Alternative to the spotify plugin using the minimal text theme from spicetify-themes. Disabled by default; enabling either Spotify plugin auto-disables the other (same pattern as the Discord pair). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
'spicetify restore backup apply' re-applies the configured theme at the end of the chain, so disabling left Spotify themed. Plain restore returns stock Spotify; re-enabling re-applies via post_enable. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New bundled plugin
10-spotify-text.sh: applies the minimal text theme from spicetify-themes with the current Omarchy colors, as an alternative look to the bundledspotifyplugin.How
theme-env.sh, usessuccess/skippedhelpers and the theme color vars (accent read viaextract_color, falling back tonormal_magenta).user.cssfrom spicetify-themes on first run; regenerates an[omarchy]color scheme inThemes/text/color.inion every theme change.default_disabled_plugins) since it conflicts withspotify— both set spicetify'scurrent_theme.disable_conflicting_spotify_plugin, mirroring the Discord pair pattern).post_enable/post_disable/doctor cases extended to coverspotify-text(apply / restore backup apply / spicetify checks).bundled_pluginsin install.sh and uninstall.sh, README supported list + troubleshooting note.Testing
bash -nclean on all changed scripts.tests/run.sh: no new failures (one pre-existing env-dependent failure on my machine —thpm doctor warns about missing plugin commandexpectsspicetifyabsent, but the test inherits the host PATH where spicetify is installed; fails identically on a clean checkout).Standalone version (installable without thpm) lives at https://github.com/EncryptedSystem/spicetify-text-omarchy.
🤖 Generated with Claude Code