Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daksh777/spicetifytheme
https://github.com/daksh777/spicetifytheme
spicetify spicetify-cli spicetify-themes spotify unixporn
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daksh777/spicetifytheme
- Owner: Daksh777
- Created: 2020-12-10T05:53:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T12:08:26.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T14:14:27.805Z (3 months ago)
- Topics: spicetify, spicetify-cli, spicetify-themes, spotify, unixporn
- Language: CSS
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenshots
#### Base
![Base](https://i.imgur.com/wSk5ZtB.png)#### Dark
![Dark](https://i.imgur.com/uz3tbM5.png)# Installation
### 1. Installing Spicetify CLI
Installation instructions for Windows, MacOS and Linux can be found [here](https://github.com/khanhas/spicetify-cli/wiki/Installation).
### 2. Installing Theme
#### Linux and MacOS:
In **Bash**:
```bash
cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/Daksh777/SpicetifyTheme
spicetify config current_theme SpicetifyTheme color_scheme [dark/base]
spicetify apply
```#### Windows
In **Powershell**:
```powershell
cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/Daksh777/SpicetifyTheme
spicetify config current_theme SpicetifyTheme color_scheme [dark/base]
spicetify apply
```