Advertisement
NoTextToSpeech

Spicetify v2 Rainmeter Install

Jun 24th, 2021
67,607
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Add-Type -AssemblyName PresentationFramework
  2. $v="2.2.7"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
  3. spicetify
  4. [System.Windows.MessageBox]::Show('Please drag the extension into the extensions folder located at | C:\Users\YourUserName\.spicetify\extensions |')
  5. spicetify backup apply enable-devtool
  6. spicetify config extensions webnowplaying.js
  7. spicetify config color_scheme dracula
  8. spicetify apply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement