From e22fa848ab8954c9a9dd2bb13373cb26dc781a96 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Wed, 3 Nov 2021 07:57:11 +0100 Subject: [PATCH] updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22892d6..9eac884 100644 --- a/README.md +++ b/README.md @@ -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: