spicetify-cli 기반으로 제작되었습니다.
Schema | Description |
---|---|
melon | melon테마 입니다. |
flo | flo테마 입니다. |
vibe | Beta |
cd k-spotify
mv ./extensions/melon/dribbblish.js "$(dirname "$(spicetify -c)")/Extensions"
mv ./themes/melon "$(dirname "$(spicetify -c)")/Themes"
spicetify config current_theme melon
spicetify config color_scheme melon
spicetify apply
Windows Powershell에서 아래 명령어 실행
Windows Powershell 실행 방법 : Windows 버튼에 마우스 우클릭 - Windows Powershell 클릭
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/eungyeole/k-spotify/master/scripts/windows-install.ps1" | Invoke-Expression