From 4080c876e3c13f21e7604e108172847e575f33bb Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Tue, 1 Mar 2022 09:40:47 +0000 Subject: [PATCH] update paths and URLs --- Dreary/README.md | 4 +- Dribbblish/README.md | 4 +- Dribbblish/install.ps1 | 4 +- Fluent/README.md | 2 +- README.md | 6 +-- Turntable/README.md | 2 +- _Extra/SpotifyNoControl/README.md | 2 +- manifest.json | 70 +++++++++++++++++++++++++------ 8 files changed, 70 insertions(+), 24 deletions(-) diff --git a/Dreary/README.md b/Dreary/README.md index fcbbd32..0c4b504 100644 --- a/Dreary/README.md +++ b/Dreary/README.md @@ -30,7 +30,7 @@ You can enable it by running `spicetify config sidebar_config 1`. A chill theme that keeps things bordered in and organized -BIB color scheme based on original [BIB-Green](https://github.com/morpheusthewhite/spicetify-themes/tree/master/BIB-Green) +BIB color scheme based on original [BIB-Green](https://github.com/spicetify/spicetify-themes/tree/master/BIB-Green) -Theme based on Sleek theme: https://github.com/morpheusthewhite/spicetify-themes/tree/v2/Sleek +Theme based on Sleek theme: https://github.com/spicetify/spicetify-themes/tree/v2/Sleek diff --git a/Dribbblish/README.md b/Dribbblish/README.md index 91aa2ed..2a9c030 100644 --- a/Dribbblish/README.md +++ b/Dribbblish/README.md @@ -43,7 +43,7 @@ In profile menu, toggle option "Right expanded cover" to change expaned current Make sure you are using spicetify >= v2.5.0 and Spotify >= v1.1.56. ### Windows ```powershell -Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Dribbblish/install.ps1" | Invoke-Expression +Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/install.ps1" | Invoke-Expression ``` ## Manual Install @@ -89,7 +89,7 @@ spicetify apply ## Auto-uninstall ### Windows ```powershell -Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/v2/Dribbblish/uninstall.ps1" | Invoke-Expression +Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-themes/v2/Dribbblish/uninstall.ps1" | Invoke-Expression ``` ## Manual uninstall diff --git a/Dribbblish/install.ps1 b/Dribbblish/install.ps1 index 85e3090..604ddd3 100644 --- a/Dribbblish/install.ps1 +++ b/Dribbblish/install.ps1 @@ -1,13 +1,13 @@ $checkSpice = Get-Command spicetify -ErrorAction Silent if ($null -eq $checkSpice) { Write-Host -ForegroundColor Red "Spicetify not found" - Write-Host "Follow instruction on:", "https://github.com/khanhas/spicetify-cli/wiki/Installation#with-powershell-pre-built-binary" + Write-Host "Follow instruction on:", "https://spicetify.app/docs/getting-started/simple-installation#windows" return } Write-Host "Downloading themes package:" -ForegroundColor Green $zipFile = "$env:TEMP\spicetify-themes.zip" -Invoke-WebRequest "https://github.com/morpheusthewhite/spicetify-themes/archive/refs/heads/master.zip" -OutFile $zipFile +Invoke-WebRequest "https://github.com/spicetify/spicetify-themes/archive/refs/heads/master.zip" -OutFile $zipFile Write-Host "Extracting themes package:" -ForegroundColor Green $extractPath = "$env:TEMP\spicetify-themes-master" diff --git a/Fluent/README.md b/Fluent/README.md index 33e6f68..dc57ccb 100644 --- a/Fluent/README.md +++ b/Fluent/README.md @@ -17,7 +17,7 @@ ### About -[Spicetify](https://github.com/khanhas/spicetify-cli) theme inspired by Windows 11 UI and Microsoft's Fluent Design. +[Spicetify](https://github.com/spicetify/spicetify-cli) theme inspired by Windows 11 UI and Microsoft's Fluent Design. Requires Segoe UI font. Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0) diff --git a/README.md b/README.md index ac542de..5a0ac50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spicetify community themes -This is a collection of themes for [spicetify](https://github.com/khanhas/spicetify-cli), a command-line tool to customize Spotify. +This is a collection of themes for [spicetify](https://github.com/spicetify/spicetify-cli), a command-line tool to customize Spotify. You can add your own theme simply by opening a Pull Request (more info in [CONTRIBUTING.md](./CONTRIBUTING.md)). @@ -18,10 +18,10 @@ You can add your own theme simply by opening a Pull Request (more info in [CONTR 1. Clone this repository. Make sure [git](https://git-scm.com/) is installed and run: ```bash - git clone https://github.com/morpheusthewhite/spicetify-themes.git + git clone https://github.com/spicetify/spicetify-themes.git ``` -2. Copy the files into the [Spicetify Themes folder](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes). Run: +2. Copy the files into the [Spicetify Themes folder](https://spicetify.app/docs/development/customization#themes). Run: **Linux** diff --git a/Turntable/README.md b/Turntable/README.md index 7286a27..f2e190e 100644 --- a/Turntable/README.md +++ b/Turntable/README.md @@ -36,7 +36,7 @@ Develop and test on macOS. If there's any problem, please open issue or PR. ### Installation -1. add extension - [Full App Display](https://github.com/khanhas/spicetify-cli/wiki/Extensions#full-app-display) +1. add extension - [Full App Display](https://spicetify.app/docs/getting-started/extensions#full-app-display) ```shell spicetify config extensions fullAppDisplay.js diff --git a/_Extra/SpotifyNoControl/README.md b/_Extra/SpotifyNoControl/README.md index a13e80e..a7c2fbe 100644 --- a/_Extra/SpotifyNoControl/README.md +++ b/_Extra/SpotifyNoControl/README.md @@ -18,4 +18,4 @@ Moreover, by default, Spotify adjusted sidebar items and profile menu icon to st If the executable does not work for you, try using - [AHK implementation](https://github.com/SaifAqqad/AHK_SpotifyNoControl) -- [julienmaille's implementation](https://github.com/morpheusthewhite/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe) +- [julienmaille's implementation](https://github.com/spicetify/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe) diff --git a/manifest.json b/manifest.json index ea99222..32c0ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,12 @@ "readme": "BurntSienna/README.md", "usercss": "BurntSienna/user.css", "schemes": "BurntSienna/color.ini", - "authors": [ { "name": "pjaspinski", "url": "https://github.com/pjaspinski" } ] + "authors": [ + { + "name": "pjaspinski", + "url": "https://github.com/pjaspinski" + } + ] }, { "name": "Default", @@ -15,7 +20,12 @@ "readme": "Default/README.md", "usercss": "Default/user.css", "schemes": "Default/color.ini", - "authors": [ { "name": "Blacksuan19", "url": "https://github.com/Blacksuan19" } ] + "authors": [ + { + "name": "Blacksuan19", + "url": "https://github.com/Blacksuan19" + } + ] }, { "name": "Dribbblish", @@ -24,8 +34,15 @@ "readme": "Dribbblish/README.md", "usercss": "Dribbblish/user.css", "schemes": "Dribbblish/color.ini", - "include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Dribbblish/dribbblish.js"], - "authors": [ { "name": "khanhas", "url": "https://github.com/khanhas" } ] + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js" + ], + "authors": [ + { + "name": "khanhas", + "url": "https://github.com/khanhas" + } + ] }, { "name": "Fluent", @@ -34,8 +51,15 @@ "readme": "Fluent/README.md", "usercss": "Fluent/user.css", "schemes": "Fluent/color.ini", - "include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Fluent/fluent.js"], - "authors": [ { "name": "williamckha", "url": "https://github.com/williamckha" } ] + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Fluent/fluent.js" + ], + "authors": [ + { + "name": "williamckha", + "url": "https://github.com/williamckha" + } + ] }, { "name": "Onepunch", @@ -44,7 +68,12 @@ "readme": "Onepunch/README.md", "usercss": "Onepunch/user.css", "schemes": "Onepunch/color.ini", - "authors": [ { "name": "okarin001", "url": "https://github.com/okarin001" } ] + "authors": [ + { + "name": "okarin001", + "url": "https://github.com/okarin001" + } + ] }, { "name": "Sleek", @@ -53,7 +82,12 @@ "readme": "Sleek/README.md", "usercss": "Sleek/user.css", "schemes": "Sleek/color.ini", - "authors": [ { "name": "harbassan", "url": "https://github.com/harbassan" } ] + "authors": [ + { + "name": "harbassan", + "url": "https://github.com/harbassan" + } + ] }, { "name": "Turntable", @@ -61,8 +95,15 @@ "preview": "Turntable/screenshots/turntable.png", "readme": "Turntable/README.md", "usercss": "Turntable/user.css", - "include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Turntable/turntable.js"], - "authors": [ { "name": "Grason Chan", "url": "https://github.com/grasonchan" } ] + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js" + ], + "authors": [ + { + "name": "Grason Chan", + "url": "https://github.com/grasonchan" + } + ] }, { "name": "Ziro", @@ -71,6 +112,11 @@ "readme": "Ziro/README.md", "usercss": "Ziro/user.css", "schemes": "Ziro/color.ini", - "authors": [ { "name": "schnensch0", "url": "https://github.com/schnensch0" } ] + "authors": [ + { + "name": "schnensch0", + "url": "https://github.com/schnensch0" + } + ] } -] +] \ No newline at end of file