Note
To keep icons consistent and to ensure The Dude support, we don't accept pull requests for icon submissions. If you would like an icon added, please open an issue.
Here's a list of all the icons currently supported. Feel free to open an issue to suggest icons to add!
1.- Open the Web Code Generator
Navigate to the web tool page where you can select your desired icons and generate the corresponding code.
2.- Set the Installation Directory
In the "Installation directory of The Dude" input field, enter the desired directory path where the icons will be stored. Examples: dude
, slot1-part1/dude
, sata1/dude-data
, etc.
3.- Select the Icons
You can select icons by clicking the checkboxes next to each image. You can also use the "Select All" or "Deselect All" buttons to quickly select or deselect multiple icons.
You can change the background color of the selected icons using the buttons "Up", "Partial", "Complete", and "Acked" to preview what the icon would look like in The Dude.
4.- Generate the Code
Click the "Generate Code" button.
5.- Copy Code & Download RSC Script & Download Zip
You can copy the generated code to your clipboard by clicking the "Copy Code" button. If you want to download the generated code as a script file, click the "Download RSC" button. This will create a file named dude-icons.rsc containing the script and save it to your computer. You can also select images and download a zip file, click the "Download ZIP" button.
Additional Notes
- Web browser with JavaScript support.
- Internet connection to fetch icons and generate the code.
1.- Set the Global Variable
Set the global variable with the installation directory of The Dude. Examples: dude
, slot1-part1/dude
, sata1/dude-data
, etc.
:global dudeDirectory "sata1/dude-data"
2.- Fetch, Import and Run the Installer
Fetch the installer script from the specified URL, import and run.
/tool fetch url="https://raw.githubusercontent.com/HybridNetworks/mikrotik-dude-icons/main/installer.rsc" mode=https;
import file-name=installer.rsc;
/system/script/run installer;
3.- Clean Up
Remove the installer script and any global variables used during the installation.
/system/script/remove installer;
/system/script/environment/remove dms;
/system/script/environment/remove dudeDirectory;
Additional Notes
- Ensure you have the necessary permissions to run these commands on your MikroTik device.
- Check the logs for any errors during the installation process to troubleshoot if needed.
- Don't forget to reboot the system to apply the changes.
1.- Download the ZIP File
Download the ZIP file from the official repository. Clic here.
2.- Extract the ZIP File
Extract the ZIP file using a file extraction tool like WinRAR, 7-Zip, or the built-in extraction tools in Windows.
3.- Copy Files to The Dude Installation Directory
Copy the extracted files to the installation directory of The Dude.
- Navigate to the extracted folder.
- Select all files and folders in the images directory (Ctrl + A).
- Copy them (Ctrl + C).
- Go to the installation directory:
C:\Program Files (x86)\Dude\data\files\images
. - Paste the copied files (Ctrl + V) into this directory.
Additional Notes
- Don't forget to restart the service or the system to apply the changes.
Thank you so much already for using my projects! If you want to go a step further and support my open source work, buy me a coffee:
To support the project directly, feel free to open issues for icon suggestions, or contribute with a pull request!