Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 795 Bytes

betterLibrary

A Spicetify custom app which allows the library to be opened in the center pane, similar to how you could before the redesign

Preview

Installation

  1. Install Spicetify.

  2. Download the source code and unzip it if necessary.

  3. Copy betterLibrary from the CustomApps folder into your Spicetify CustomApps folder.

  4. Run the following commands to enable the custom app:

    spicetify config custom_apps betterLibrary
    
    spicetify apply
    

Uninstallation

  1. Delete the betterLibrary folder from your Spicetify CustomApps folder.

  2. Run the following commands:

    spicetify config custom_apps betterLibrary-
    
    spicetify apply