mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
clean version of PR #89
This commit is contained in:
parent
c099d5c205
commit
a0d18b38f7
3 changed files with 8 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ From Spotify > v1.1.62, in sidebar, they use an adaptive render mechanic to acti
|
|||
```ini
|
||||
[Patch]
|
||||
xpui.js_find_8008 = ,(\w+=)32,
|
||||
xpui.js_repl_8008 = ,${1}56,
|
||||
xpui.js_repl_8008 = ,${1}58,
|
||||
```
|
||||
|
||||
## Hide Window Controls
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ if ($PSVersionTable.PSVersion.Major -gt $PSMinVersion) {
|
|||
$rep = @"
|
||||
[Patch]
|
||||
xpui.js_find_8008=,(\w+=)32,
|
||||
xpui.js_repl_8008=,`${1}56,
|
||||
xpui.js_repl_8008=,`${1}58,
|
||||
"@
|
||||
# In case missing Patch section
|
||||
if (-not ($configFile -match "\[Patch\]")) {
|
||||
|
|
|
|||
|
|
@ -57,3 +57,9 @@ spicetify config current_theme DribbblishDynamic
|
|||
spicetify config color_scheme base
|
||||
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
|
||||
spicetify apply
|
||||
|
||||
echo "PATCHING"
|
||||
echo "Please add these lines in your config file"
|
||||
echo " [Patch]"
|
||||
echo " xpui.js_find_8008=,(\w+=)32,"
|
||||
echo " xpui.js_repl_8008=,`${1}58,"
|
||||
Loading…
Reference in a new issue