Adds an audio visualizer behind the user modal.
Adds 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: malte-linke/PSpectrum
The builds of PSpectrum get automatically pushed to this Repository using GitHub Actions.
- Open your powercord plugins directory and run
git clone https://github.com/malte-linke/powercord-pspectrum.git
. - Restart discord to fetch missing plugins.
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
- 2.1.2
- I forgot the changes since 1.2.0...
- 1.2.0
- Added custom color per user status
- Splitted the
--pspectrum-color
into multiple sub-variables
- 1.1.0
- Added custom color support (Added
--pspectrum-color
with fallback to--spotify-color
)
- Added custom color support (Added
- 1.0.0
- First release
Malte Linke – Parzival#9999
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/malte-linke
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Check out my other plugins for Powercord: