Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- copy paste according to the video.
- =====================================================
- Add-Type -AssemblyName PresentationFramework
- $v="2.3.0"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
- spicetify
- spicetify backup apply enable-devtool
- [System.Windows.MessageBox]::Show('https://www.youtube.com/cylentic')
- spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
- spicetify apply
- =====================================================
- Temp:
- spicetify config current_theme [theme name]
- spicetify config color_scheme [color]
- spicetify apply
- -----------------------------------------------------
- Example of the command correctly written:
- spicetify config current_theme Default
- spicetify config color_scheme ocean
- spicetify apply
- =====================================================
- Temp:
- spicetify config extensions [java script name].js
- spicetify config current_theme [theme name]
- spicetify config color_scheme [color]
- spicetify apply
- -----------------------------------------------------
- Example of the command correctly written:
- spicetify config extensions dribbblish.js
- spicetify config current_theme Dribbblish
- spicetify config color_scheme nord-dark
- spicetify apply
- =====================================================
- spicetify restore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement