Crycord-GUI is a gui for Crycord using GTK.
You can download the statically linked build from the releases page!
- Run it
- Ta-da!
Most of the interface is made using Glade. Use IDs only on widgets you are planning to modify. Switches' IDs in the 'Plugins' tab should match the names of plugins and groups of Crycord.
- Fork it (https://github.com/GeopJr/crycord-gui/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- GeopJr - creator and maintainer