A lightweight script to display real-time internet speed in your GNOME top bar. This project uses the Executor GNOME Extension to run the script and update the speed dynamically.
- Shows download and upload speeds in real-time
- Simple and easy to configure
- Works directly with the GNOME top bar
- Executor Extension installed and enabled
-
Install the Executor Extension:
- Visit the Executor Extension page and follow the instructions to install it.
-
Clone the repository:
git clone https://github.com/ShivangSrivastava/speed_meter.git
-
Make the script executable:
cd speed_meter chmod +x speed_meter.sh
-
Configure Executor Extension:
- Open the Executor settings.
- Add the following path to the Executor's command configuration:
./<:Your Path:>/speed_meter/speed_meter.sh
-
That's it! 🎉 Your internet speed meter should now be running in the GNOME top bar.
Feel free to open issues or submit pull requests with improvements, suggestions, or bug fixes.