Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.

Notifications You must be signed in to change notification settings

SendNukez/dribbblish-dynamic-theme

 
 

Repository files navigation

Dribbblish Dynamic

base

base

Features

Resizable sidebar

img

Customizable sidebar

Rearrange icons positions, stick icons to header or hide unnecessary to save space. Turn on "Sidebar config" mode in Profile menu and hover on icon to show control buttons. After you finish customizing, turn off Config mode in Profile menu to save.

img

Playlist Folder image

Right click at folder and choose images for your playlist folder. Every image formats supported by Chrome can be used, but do keep image size small and in compressed format.

img

Left/Right expanded cover

In profile menu, toggle option "Right expanded cover" to change expaned current track cover image to left or right side, whereever you prefer.

Install

Make sure you are using spicetify >= v2.6.0 and Spotify >= v1.1.67.

Run these commands:

Windows

In Powershell:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression

Linux and MacOS:

In Bash:

curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh

From Spotify > v1.1.62, in sidebar, they use an adaptive render mechanic to actively show and hide items on scroll. It helps reducing number of items to render, hence there is significant performance boost if you have a large playlists collection. But the drawbacks is that item height is hard-coded, it messes up user interaction when we explicity change, in CSS, playlist item height bigger than original value. So you need to add these 2 lines in Patch section in config file:

[Patch]
xpui.js_find_8008 = ,(\w+=)32,
xpui.js_repl_8008 = ,${1}56,

Hide Window Controls

Windows user, please edit your Spotify shortcut and add flag --transparent-window-controls after the Spotify.exe: instruction1 To edit an taskbar shortcut, right click it, then right click Spotify in the list again.

Alternatively, you can use SpotifyNoControl.exe, included in this theme package, to completely remove all windows controls and title menu (three dots at top left corner). Title menu still can be accessed via the Alt key. Closing and minimizing can be done via the right click menu at top window region.
SpotifyNoControl.exe could be used as Spotify launcher, it opens Spotify and hides controls right after. You can drag and drop it to your taskbar but make sure you unpin the original Spotify icon first. Alternatively you can make a shortcut for it and add to desktop or start menu.

nocontrol

Auto-uninstall

Windows

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression

Manual uninstall

Remove the dribbblish script with the following commands

spicetify config extensions dribbblish.js-
spicetify config extensions dribbblish-dynamic.js-

And remove Patch lines you added in config file earlier. Finally, run:

spicetify apply

About

A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.5%
  • CSS 42.4%
  • PowerShell 8.7%
  • Shell 3.4%