Advertisement
Cylentic

Spicetify

Jun 25th, 2021
1,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. copy paste according to the video.
  2.  
  3. =====================================================
  4.  
  5. Add-Type -AssemblyName PresentationFramework
  6. $v="2.3.0"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
  7. spicetify
  8. spicetify backup apply enable-devtool
  9. [System.Windows.MessageBox]::Show('https://www.youtube.com/cylentic')
  10. spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
  11. spicetify apply
  12.  
  13. =====================================================
  14.  
  15. Temp:
  16. spicetify config current_theme [theme name]
  17. spicetify config color_scheme [color]
  18. spicetify apply
  19. -----------------------------------------------------
  20. Example of the command correctly written:
  21. spicetify config current_theme Default
  22. spicetify config color_scheme ocean
  23. spicetify apply
  24.  
  25. =====================================================
  26.  
  27. Temp:
  28. spicetify config extensions [java script name].js
  29. spicetify config current_theme [theme name]
  30. spicetify config color_scheme [color]
  31. spicetify apply
  32. -----------------------------------------------------
  33. Example of the command correctly written:
  34. spicetify config extensions dribbblish.js
  35. spicetify config current_theme Dribbblish
  36. spicetify config color_scheme nord-dark
  37. spicetify apply
  38.  
  39. =====================================================
  40.  
  41. spicetify restore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement