parzival-space / powercord-pspectrum

Adds an audio visualizer behind the user modal. Supports Replugged.
MIT License
11 stars 2 forks source link

Opacity Adjustment Setting #9

Open parzival-space opened 2 years ago

parzival-space commented 2 years ago

This issue is for tracking the Opacity Adjustment feature.

See: Name Change and Feature Request

parzival-space commented 2 years ago

I don't have enough time to work on it right now. Pull requests are welcome. In the meantime, you can easily change the opacity with custom css like below:

#pspectrum-visualizer {
  opactiy: 0.5; /* 0 - 1 */
}