Advertisement
ExpertGamingTech

Spicetify Installation Commands

Oct 30th, 2021
11,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Installation Command:
  2.  
  3. Add-Type -AssemblyName PresentationFramework
  4. Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
  5. spicetify
  6. spicetify backup apply enable-devtool
  7. [System.Windows.MessageBox]::Show('Please drag the themes into the themes folder located at | C:\Users\YourUserName\.spicetify\Themes |')
  8. spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
  9. spicetify apply
  10. pause
  11.  
  12. CODES
  13. -----------------------------------------------------------------------------
  14. CHANGING BASIC THEME
  15. spicetify config current_theme Dreary
  16. spicetify config color_scheme psycho
  17. spicetify apply
  18.  
  19. CHANGING COMPLEX THEME
  20. spicetify restore
  21. spicetify config extensions dribbblish.js
  22. spicetify config current_theme Dribbblish
  23. spicetify config color_scheme nord-dark
  24. spicetify apply
  25.  
  26. CROSS COMPATIBILITY
  27. spicetify config extensions (EXTENSION.js)-
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement