Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowgro committed Oct 1, 2023
2 parents 2d0f411 + 725d037 commit 5bf1ebb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# betterLibrary
A Spicetify app which allows the library to be opened in the center pane, similar to how you could before the redesign
A Spicetify custom app which allows the library to be opened in the center pane, similar to how you could before the redesign

![Preview](preview.png)

## Installation
Download the source code, unzip it if necessary, then copy betterLibrary from the CustomApps folder into your spicetify CustomApps folder.
1. Download the source code and unzip it if necessary.
2. Copy betterLibrary from the CustomApps folder into your Spicetify CustomApps folder.
3. Run the following commands to enable the custom app:

```
spicetify config custom_apps betterLibrary
```
```
spicetify apply
```

0 comments on commit 5bf1ebb

Please sign in to comment.