parzival-space / powercord-pspectrum

Adds an audio visualizer behind the user modal. Supports Replugged.
MIT License
11 stars 2 forks source link
audio audio-processing audio-visualizer discord discord-plugin end-of-life plugin powercord powercord-plugin replugged replugged-plugin

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:

License

MIT

Other Plugins

Check out my other plugins: