v2.40.11
or laterv1.2.63
or laterIf you want previous releases, you can find them here: Older Releases
Each release contains full theme files.
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:
--version <tag>
β Set the theme version. Default is latest
.--mode <Remote|Local>
β Choose between downloading Remote or Local files. Default is Remote
.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:
--version <tag>
β Set the theme version. Default is latest
.--mode <Remote|Local>
β Choose between downloading Remote or Local files. Default is Remote
.Find your Spicetify themes folder:
spicetify path userdata
Glassify
folder inside Themes
/src
(or /releases/<tag>
for a specific version) into Glassify
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
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify@latest/scripts/uninstall.ps1') }"
curl -fsSL https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Glassify/scripts/uninstall.sh | sh