mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-25 04:12:29 +01:00
docs(Bloom): update README.md (#740)
docs(Bloom): update README.md fix- wrong powershell and bash commands on README.md add- special thanks fix- wrong shell command for applying theme change- clarified issues which may occur and the solution
This commit is contained in:
parent
bfe6478f94
commit
65443477b3
@ -24,15 +24,19 @@
|
|||||||
### Windows (PowerShell)
|
### Windows (PowerShell)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/Fluent-Spotify/install.ps1" | Invoke-Expression
|
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux/macOS (Bash)
|
### Linux/macOS (Bash)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/nimsandu/Fluent-Spotify/install.sh | sh
|
curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Important
|
||||||
|
|
||||||
|
if you install theme using above command you dont need to do anything else to apply the theme
|
||||||
|
|
||||||
### OR DOWNLOAD Release script (powershell or shell) and run on your machine
|
### OR DOWNLOAD Release script (powershell or shell) and run on your machine
|
||||||
|
|
||||||
|
|
||||||
@ -42,6 +46,25 @@ You may alternatively install spicetify-fluent from within the Spicetify Marketp
|
|||||||
Simply install the [spicetify-marketplace](https://github.com/spicetify/spicetify-marketplace) by following it's
|
Simply install the [spicetify-marketplace](https://github.com/spicetify/spicetify-marketplace) by following it's
|
||||||
installation instructions and look for and install the theme from within the Marketplace Button.
|
installation instructions and look for and install the theme from within the Marketplace Button.
|
||||||
|
|
||||||
|
### Important
|
||||||
|
if you are experiencing bugs after installing theme via marketplace then
|
||||||
|
proceed following steps
|
||||||
|
1-reset the marketplace by clicking the settings icon on marketplace>scroll all the way down>click [reset marketplace]
|
||||||
|
2run following commands on appropriate shell
|
||||||
|
<
|
||||||
|
# Windows (PowerShell)
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression
|
||||||
|
```
|
||||||
|
|
||||||
|
# Linux/macOS (Bash)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh
|
||||||
|
```
|
||||||
|
>
|
||||||
|
|
||||||
### Important
|
### Important
|
||||||
|
|
||||||
For the sidebar playlists to show properly, ensure that these two lines are added in the Patch section of your `config-xpui.ini` file:
|
For the sidebar playlists to show properly, ensure that these two lines are added in the Patch section of your `config-xpui.ini` file:
|
||||||
@ -57,7 +80,7 @@ xpui.js_repl_8008 = ,${1}56,
|
|||||||
apply the theme using these commands
|
apply the theme using these commands
|
||||||
|
|
||||||
```
|
```
|
||||||
spicetify current_theme Bloom
|
spicetify config current_theme Bloom
|
||||||
spicetify config color_scheme dark
|
spicetify config color_scheme dark
|
||||||
spicetify apply
|
spicetify apply
|
||||||
```
|
```
|
||||||
@ -70,6 +93,7 @@ spicetify apply
|
|||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
special thanks and the concept belongs to williamckha
|
special thanks and the concept belongs to williamckha
|
||||||
|
another thanx for @dilith the milkgod
|
||||||
customized the theme by williamckha (https://github.com/williamckha/spicetify-fluent)
|
customized the theme by williamckha (https://github.com/williamckha/spicetify-fluent)
|
||||||
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
|
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
|
||||||
[Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) by Microsoft Corporation
|
[Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) by Microsoft Corporation
|
||||||
|
Loading…
Reference in New Issue
Block a user