gitmyhub

cli

JavaScript ★ 24k updated 2d ago

Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux.

A command-line tool that unlocks Spotify's desktop app for customization, letting you apply color themes, inject CSS, and add extensions that Spotify doesn't officially support.

GoJavaScriptCSSsetup: moderatecomplexity 2/5

Spicetify is a command-line tool that lets you customize the official Spotify desktop app. By default Spotify's appearance and features are locked — you cannot change colors, add new features, or adjust the interface. Spicetify unlocks those restrictions.

It works by modifying Spotify's client files and injecting custom code. You can change the color scheme of the entire interface, apply custom CSS to alter the look of any element, add Extensions (small scripts that add new features like lyrics display, keyboard shortcuts, or playback controls), and install custom built-in apps that appear in Spotify's sidebar.

You would use this if you find the default Spotify interface boring or limiting and want to personalize it — for example, applying a dark theme, adding missing features, or extending playback controls. It works on Windows, macOS, and Linux. The tool is written in Go but extensions and themes are written in JavaScript and CSS. It requires some comfort running commands in a terminal to install and use.

Where it fits