Linux command
spicetify 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Apply customizations
spicetify apply
Backup Spotify
spicetify backup
Restore Spotify
spicetify restore
Install extension
spicetify config extensions [extension.js]
Change theme
spicetify config current_theme [theme_name]
List config
spicetify config
Update spicetify
spicetify upgrade
Watch for changes
spicetify watch
说明
spicetify is a command-line tool for customizing the Spotify desktop client by injecting custom CSS themes, JavaScript extensions, and custom apps. It modifies the Spotify client files to apply visual and functional changes. Before first use, a backup of the original Spotify installation must be created with spicetify backup. Themes control the visual appearance and color scheme, while extensions add functionality such as lyrics display, keyboard shortcuts, and playlist management features. A community marketplace provides a curated collection of themes and extensions. The watch command enables a development mode that applies changes in real time as theme or extension files are modified. Configuration is stored in a TOML file and managed through the spicetify config command.
参数
- apply
- Apply customizations.
- backup
- Backup Spotify.
- restore
- Restore original.
- config _KEY_ _VALUE_
- Set configuration.
- upgrade
- Update spicetify.
- watch
- Live reload.
- update
- Update Spotify backup.
FAQ
What is the spicetify command used for?
spicetify is a command-line tool for customizing the Spotify desktop client by injecting custom CSS themes, JavaScript extensions, and custom apps. It modifies the Spotify client files to apply visual and functional changes. Before first use, a backup of the original Spotify installation must be created with spicetify backup. Themes control the visual appearance and color scheme, while extensions add functionality such as lyrics display, keyboard shortcuts, and playlist management features. A community marketplace provides a curated collection of themes and extensions. The watch command enables a development mode that applies changes in real time as theme or extension files are modified. Configuration is stored in a TOML file and managed through the spicetify config command.
How do I run a basic spicetify example?
Run `spicetify apply` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does apply do in spicetify?
Apply customizations.