This is a network speed monitoring applet designed for the COSMIC desktop environment. It displays real-time download and upload speeds directly in your panel.
- Real-time monitoring of download and upload speeds.
- Automatic conversion between KB/s and MB/s for clear readability.
- Seamless integration with the COSMIC panel.
Before installing, ensure you have the following packages installed:
just
cargo
You can install them on Debian-based systems with:
sudo apt install just cargo
- Clone the repository:
git clone https://github.com/khanra17/cosmic-ext-applet-netspeed.git
cd cosmic-ext-applet-netspeed
- Build the release version:
just build-release
- Install the applet:
sudo just install
This project was heavily inspired by the cosmic-utils clipboard manager.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure the code builds without errors.
- Submit a pull request with a clear description of your changes.
To build and install the debug build for development:
just build-debug && sudo just debug=1 install && pkill cosmic-panel