To create a new button, you need to:
- Fork this repository.
- Download the following files:
-Left Button Template.psd
-Right Button Template.psd
-Left Button Template.ini
-Right Button Template.ini
- Edit the Right/Left Button template.psd files in order to put your button. (it is necessary to have Adobe Photoshop or similar to open these files).
- Save the buttons as:
-NAME_OF_YOUR_BUTTON Left.png
-NAME_OF_YOUR_BUTTON Right.png
- Edit the Right/Left Button .ini files changing the words:
- YOURNAME: This is your name,
- NAMEHERE: This is the name of the program (your button)
- PATHHERE: This is the path to start your program (if you dont know it, just put the name of the program and the word "PATH").
- Save the edited .ini files as:
-NAME_OF_YOUR_BUTTON Left.ini
-NAME_OF_YOUR_BUTTON Right.ini
- Then create a folder with the name of your button on the root of the repository and save your files like this:
├───NAME_OF_YOUR_BUTTON
│ └───Transparent
│ NAME_OF_YOUR_BUTTON Left.ini
│ NAME_OF_YOUR_BUTTON Right.ini
├───Buttons
│ └───Transparent
│ NAME_OF_YOUR_BUTTON Left.png
│ NAME_OF_YOUR_BUTTON Right.png
- Finally, commit your changes on your branch and make a pull request saying what are you adding.