An @discord app client modification, allowing for a truly customizable experience through the use of plugins, themes, and built-in settings. (MIRROR OF https://github.com/vizality/vizality)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
dperolio b43a96177f
clean up core a bit and add deprecation messages for `vizality` and `discord`
2 years ago
.github rearrange CONTRIBUTING, SUPPORT, ACKNOWLEDGEMENTS, etc. files 3 years ago
.vscode move injector stuff over to top-level injector dir 2 years ago
assets fix some icons not inheriting colors 2 years ago
dist move setup script to inside src and add webpack config and bundle file to be able to run it without installing depends 2 years ago
injector clean up core a bit and add deprecation messages for `vizality` and `discord` 2 years ago
renderer/src clean up core a bit and add deprecation messages for `vizality` and `discord` 2 years ago
.editorconfig How did that happen? Fix my typings... again. 4 years ago
.eslintrc.json clean up core a bit and add deprecation messages for `vizality` and `discord` 2 years ago
.gitignore git ignore .vzignore files 3 years ago
CHANGELOG.md misc code cleanup and style changes 3 years ago
LICENSE keep the license and notice info simple, remove markdown formatting 3 years ago
NOTICE keep the license and notice info simple, remove markdown formatting 3 years ago
README.md add new setup script to replace the older inject/uninject scripts (may not be complete, will need much testing) 2 years ago
jsconfig.json continue updating paths to the new folder names 2 years ago
package-lock.json move setup script to inside src and add webpack config and bundle file to be able to run it without installing depends 2 years ago
package.json move setup script to inside src and add webpack config and bundle file to be able to run it without installing depends 2 years ago

README.md

Vizality

Vizality is an @discord client modification that is based off of Powercord.

What is Vizality?

Vizality is a client modification for the Discord desktop app, meant to give it enhanced customization of features and appearance. Client modifications are technically against Discord's Terms of Service, so use it at your own risk.

Installation

Dependencies:

  • Node.js (Latest or LTS)
  • Git
  • Discord Stable (Canary and PTB are not supported)

Installation (Windows):

  • Clone the repository using git with this command: git clone https://github.com/vizality/vizality
  • Run cd vizality
  • Run npm run setup
  • And restart your discord client completely through the system tray.

Installation (*nix):

  • Clone the repository using git with this command: git clone https://github.com/vizality/vizality
  • Run cd vizality
  • Run node src/setup inject --no-exit-codes as root
  • And restart your discord client completely through the system tray.

Uninstallation

Uninstallation (Windows):

  • Go to the Vizality's folder using cd command.
  • Run npm run setup
  • And restart your discord client completely through the system tray.

Uninstallation (*nix):

  • Go to the Vizality's folder using the cd command.
  • Run node src/setup uninject --no-exit-codes as root
  • And restart your discord client completely through the system tray.

Support

You can reach out to us on our Discord support server here if you need any support.

Warning

Vizality is in a unfinished alpha state. Please report any bugs at our Discord server or in the issues.