/powercord-pspectrum

Adds an audio visualizer behind the user modal. Supports Replugged.

Primary LanguageJavaScriptMIT LicenseMIT

PSpectrum

Displays an audio visualizer behind the user modal.

Demo Image

Important! Read this!

This Plugin ships an executeable with it (PSpectrum.exe), which means this plugin only works for Windows.
You can find the source for the executeable here: parzival-space/PSpectrum

Installation

As Powercord has reached EOL, it is now recommended to install this plugin with Replugged:

Install in Replugged
Installing in Powercord (Depricated)
  1. Open your powercord plugins directory and run git clone https://github.com/parzival-space/powercord-pspectrum.git.
  2. Restart discord to fetch missing plugins.

Theme Support

You can add support for your themes by modifying the styles of the #pspectrum-visualizer class.

#pspectrum-visualizer {
  --pspectrum-online-color: #1ed860;    /* changes the color of the visualizer when the user is online */
  --pspectrum-idle-color: #d8d51e;      /* same as above but for idle */
  --pspectrum-dnd-color: #d81e1e;       /* same as above but for dnd */
  --pspectrum-invisible-color: #4f4f4f; /* same as above but for invisible */
}

If none of the above variables are found, PSpectrum will try to fallback to the following values in the following order:

  • --pspectrum-color (Fallback from previous versions)
  • --spotify-color (For users who have the Spotify plugin installed)
  • #1ed860

License

MIT

Other Plugins

Check out my other plugins: