forked from SpoTUI/SpoTUI
1.8 KiB
1.8 KiB
SpoTUI
SpoTUI is a terminal-style Spotify skin built for Spicetify.
It combines:
- a custom UI overlay in
theme.js - theme styling in
user.css - Spotify color values in
color.ini
Screenshot
Features
- Terminal-inspired interface
- Built-in playback controls
- Playlist browsing and management
- Spotify-native fallback mode
- Copy-log and hide/show controls
Installation
Linux
- Open a terminal.
- Run the installer:
curl -fsSL -o install.sh https://raw.githubusercontent.com/SkenSMasteR/SpoTUI/f4787d9cab3bec4d2ed5dd1daf403ce08f8fb43f/scripts/install/linux/install.sh && chmod +x install.sh && ./install.sh - Select install
Windows
- Open PowerShell.
- Run the installer:
iwr -useb https://raw.githubusercontent.com/SkenSMasteR/SpoTUI/f4787d9cab3bec4d2ed5dd1daf403ce08f8fb43f/scripts/install/windows/install.ps1 | iex - Select install
Marketplace
- Open Spotify.
- Go to the Spicetify Marketplace.
- Select themes and search
SpoTUI. - The only result will be the SpoTUI theme.
Usage
After applying the theme, open Spotify and use the SpoTUI interface directly from the client.
The built-in command list includes:
tui -m [command|cli]playlistlistqueueplaypausepskipbackv <percent>volume <percent>shuffleloop [on|off]superloop [on|off]searchclear
Theme Files
theme.js- JavaScript UI logicuser.css- Spotify UI styling overridescolor.ini- theme colorspreview.png- Marketplace preview image
Author
SkenS - https://github.com/SkenSMasteR

