This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
forked from TheRandomLabs/Scoop-Spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f93ba
commit e14b691
Showing
3 changed files
with
108 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,50 @@ | ||
{ | ||
"version": "2021-10-29T15.48.28", | ||
"description": "Community-created themes for Spicetify.", | ||
"homepage": "https://github.com/morpheusthewhite/spicetify-themes", | ||
"license": "MIT", | ||
"depends": "spicetify-cli", | ||
"url": "https://github.com/morpheusthewhite/spicetify-themes/archive/master.zip", | ||
"hash": "da5f4aaf5e83f21403a280e9bd2cc4a9bce48ffbada3abe5e8ec3825a45e182f", | ||
"notes": [ | ||
"The Elementary theme requires the Open Sans and Raleway fonts:", | ||
"scoop bucket add nerd-fonts", | ||
"sudo scoop install open-sans raleway", | ||
"The WintergatanBlueprint theme requires the Ubuntu font:", | ||
"scoop bucket add nerd-fonts", | ||
"sudo scoop install Ubuntu-NF", | ||
"A preview of all of the themes can be found here: https://github.com/morpheusthewhite/spicetify-themes/wiki/Themes-preview" | ||
], | ||
"extract_dir": "spicetify-themes-master", | ||
"installer": { | ||
"script": [ | ||
"if ($global) {", | ||
" Write-Host \"$app cannot be installed globally.\" -Foreground Red", | ||
" exit 1", | ||
"}", | ||
"", | ||
"if (-not (Test-Path (get-spotify-path))) {", | ||
" Write-Host \"Spotify must be installed to install $app.\" -Foreground Red", | ||
" exit 1", | ||
"}", | ||
"", | ||
"Get-ChildItem $dir -Directory | ForEach-Object {", | ||
" Remove-Item -ErrorAction Ignore -Recurse \"$env:USERPROFILE\\.spicetify\\Themes\\$($_.Name)\"", | ||
" Copy-Item -Recurse $_.FullName -Destination \"$env:USERPROFILE\\.spicetify\\Themes\"", | ||
"}", | ||
"", | ||
"(Get-Content \"$env:USERPROFILE\\.spicetify\\Themes\\Elementary\\user.css\").Replace('Google Sans', 'Open Sans') | Set-Content \"$env:USERPROFILE\\.spicetify\\Themes\\Elementary\\user.css\"", | ||
"", | ||
"init-spicetify-config-and-apply" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": "Get-ChildItem \"$dir\" | ForEach-Object { Remove-Item -Recurse -ErrorAction Ignore \"$env:USERPROFILE\\.spicetify\\Themes\\$($_.Name)\" }" | ||
}, | ||
"checkver": { | ||
"url": "https://api.github.com/repos/morpheusthewhite/spicetify-themes/commits", | ||
"regex": "([\\d-]+T)(\\d+):(\\d+):(\\d+)", | ||
"replace": "$1$2.$3.$4" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/morpheusthewhite/spicetify-themes/archive/master.zip" | ||
} | ||
"version": "2021-10-29T15.48.28", | ||
"description": "Community-created themes for Spicetify.", | ||
"homepage": "https://github.com/morpheusthewhite/spicetify-themes", | ||
"license": "MIT", | ||
"depends": "spicetify-cli", | ||
"url": "https://github.com/morpheusthewhite/spicetify-themes/archive/master.zip", | ||
"hash": "da5f4aaf5e83f21403a280e9bd2cc4a9bce48ffbada3abe5e8ec3825a45e182f", | ||
"notes": [ | ||
"The Elementary theme requires the Open Sans and Raleway fonts:", | ||
"scoop bucket add nerd-fonts", | ||
"sudo scoop install open-sans raleway", | ||
"The WintergatanBlueprint theme requires the Ubuntu font:", | ||
"scoop bucket add nerd-fonts", | ||
"sudo scoop install Ubuntu-NF", | ||
"A preview of all of the themes can be found here: https://github.com/morpheusthewhite/spicetify-themes/wiki/Themes-preview" | ||
], | ||
"extract_dir": "spicetify-themes-master", | ||
"installer": { | ||
"script": [ | ||
"if ($global) {", | ||
" Write-Host \"$app cannot be installed globally.\" -Foreground Red", | ||
" exit 1", | ||
"}", | ||
"", | ||
"if (-not (Test-Path (get-spotify-path))) {", | ||
" Write-Host \"Spotify must be installed to install $app.\" -Foreground Red", | ||
" exit 1", | ||
"}", | ||
"", | ||
"Get-ChildItem $dir -Directory | ForEach-Object {", | ||
" Remove-Item -ErrorAction Ignore -Recurse \"$env:USERPROFILE\\.spicetify\\Themes\\$($_.Name)\"", | ||
" Copy-Item -Recurse $_.FullName -Destination \"$env:USERPROFILE\\.spicetify\\Themes\"", | ||
"}", | ||
"", | ||
"init-spicetify-config-and-apply" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": "Get-ChildItem \"$dir\" | ForEach-Object { Remove-Item -Recurse -ErrorAction Ignore \"$env:USERPROFILE\\.spicetify\\Themes\\$($_.Name)\" }" | ||
}, | ||
"checkver": { | ||
"url": "https://api.github.com/repos/morpheusthewhite/spicetify-themes/commits", | ||
"regex": "([\\d-]+T)(\\d+):(\\d+):(\\d+)", | ||
"replace": "$1$2.$3.$4" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/morpheusthewhite/spicetify-themes/archive/master.zip" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters