Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.34 KB

readme.md

File metadata and controls

47 lines (30 loc) · 1.34 KB

GNOME Internet Speed Meter

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.

Screenshot

Features

  • Shows download and upload speeds in real-time
  • Simple and easy to configure
  • Works directly with the GNOME top bar

Prerequisites

Installation

  1. Install the Executor Extension:

  2. Clone the repository:

    git clone https://github.com/ShivangSrivastava/speed_meter.git
  3. Make the script executable:

    cd speed_meter
    chmod +x speed_meter.sh
  4. Configure Executor Extension:

    • Open the Executor settings.
    • Add the following path to the Executor's command configuration:
      ./<:Your Path:>/speed_meter/speed_meter.sh
      
  5. That's it! 🎉 Your internet speed meter should now be running in the GNOME top bar.

Contributing

Feel free to open issues or submit pull requests with improvements, suggestions, or bug fixes.