Displays an audio visualizer behind the user modal.
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
As Powercord has reached EOL, it is now recommended to install this plugin with Replugged:
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
Check out my other plugins: