mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
updated readme
This commit is contained in:
parent
e948f8d120
commit
e22fa848ab
1 changed files with 7 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-the
|
|||
1. Download the latest [DribbblishDynamic_vX.X.X.zip](https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/latest)
|
||||
2. Extract the files to your [Spicetify/Themes folder](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes)
|
||||
3. Copy `dribbblish-dynamic.js` to your [Spicetify/Extensions folder](https://github.com/khanhas/spicetify-cli/wiki/Extensions#installing)
|
||||
4. Run:
|
||||
4. Add the 2 lines in Patch section of the config file (see details below)
|
||||
5. Run:
|
||||
```
|
||||
spicetify config extensions dribbblish-dynamic.js
|
||||
spicetify config current_theme DribbblishDynamic
|
||||
|
|
@ -74,6 +75,11 @@ In addition to `--transparent-window-controls` you can set `Windows Top Bars` to
|
|||
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression
|
||||
```
|
||||
|
||||
### Linux/MacOS (Bash)
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh
|
||||
```
|
||||
|
||||
### Manual Uninstall
|
||||
1. Remove Patch lines you added in config file earlier.
|
||||
2. Run:
|
||||
|
|
|
|||
Loading…
Reference in a new issue