LinuxCommandLibrary

spicetify

TLDR

Apply customizations

$ spicetify apply
copy
Backup Spotify
$ spicetify backup
copy
Restore Spotify
$ spicetify restore
copy
Install extension
$ spicetify config extensions [extension.js]
copy
Change theme
$ spicetify config current_theme [theme_name]
copy
List config
$ spicetify config
copy
Update spicetify
$ spicetify upgrade
copy
Watch for changes
$ spicetify watch
copy

SYNOPSIS

spicetify command [options]

DESCRIPTION

spicetify customizes the Spotify desktop client. It injects themes and extensions.
Backup creates restore point. Required before first customization.
Themes change visual appearance. Community themes available.
Extensions add features. Lyrics, keyboard shortcuts, and more.
Watch mode enables development. Changes apply immediately.

PARAMETERS

apply

Apply customizations.
backup
Backup Spotify.
restore
Restore original.
config KEY VALUE
Set configuration.
upgrade
Update spicetify.
watch
Live reload.
update
Update Spotify backup.

CONFIG OPTIONS

current_theme - Active theme
color_scheme - Color variant
extensions - Enabled extensions
custom_apps - Custom applications
inject_css - Enable CSS injection

CAVEATS

May break with Spotify updates. Requires Spotify desktop. Backup before updating.

HISTORY

spicetify was created for Spotify customization. It provides a framework for theming and extending the desktop client.

SEE ALSO

spotify(1)

Copied to clipboard