Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

PONYMODZ/powercord-pspectrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSpectrum Audio Visualizer

Adds an audio visualizer behind the user modal.

Version Size License

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.

Installation

  1. Open your powercord plugins directory and run git clone https://github.com/malte-linke/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

Release History

  • 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)
  • 1.0.0
    • First release

Meta

Malte Linke – Parzival#9999

Distributed under the MIT license. See LICENSE for more information.

https://github.com/malte-linke

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Other Plugins

Check out my other plugins for Powercord:

  • BeatRPC - A more detailed Beat Saber RPC
  • PRadio - Stream radio in Discord
  • PSpectrum - Audio visualizer for Discord

About

Adds an audio visualizer behind the user modal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%