spicetify-glassify

Glassify Theme


πŸ–₯️ Preview

Lazy note Sorry, am lazy to add more previews. Try out the theme.

βœ… Compatibility

πŸ“¦ Older Versions

If you want previous releases, you can find them here: Older Releases

Each release contains full theme files.


πŸ’¬ Community & Support


πŸ“₯ Installation

  1. Install Marketplace
  2. Search β€œGlassify” and click Install

πŸ”Ή Script Installation

Windows (PowerShell)

Install latest version:

iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.ps1') }"

Install latest version (Local):

iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.ps1') } -- --mode Local"

Install specific version (Local):

iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.ps1') } -- --version v1.2.3 --mode Local"

Notes:


Linux/macOS (Bash)

Install latest version:

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.sh | sh

Install latest version in Locally:

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.sh | sh -s -- --mode Local

Install specific version (Local mode):

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/install.sh | sh -s -- --version v1.2.3 --mode Local

Notes:


πŸ”Έ Manual Installation

  1. Download ZIP

  2. Find your Spicetify themes folder:

spicetify path userdata
  1. Create a Glassify folder inside Themes
  2. Extract contents of /src (or /releases/<tag> for a specific version) into Glassify
  3. Apply the theme:
spicetify config current_theme Glassify
spicetify config color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
spicetify apply

❌ Uninstallation

Windows (PowerShell)

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify@latest/scripts/uninstall.ps1') }"

Linux/macOS (Bash)

curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/uninstall.sh | sh

πŸ“„ License

MIT License