Skip to content

khanra17/cosmic-ext-applet-netspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSpeed Applet for COSMIC™ Desktop Environment

screenshot of the applet

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.

Features

  • 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.

Installation

Prerequisites

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

Steps

  1. Clone the repository:
git clone https://github.com/khanra17/cosmic-ext-applet-netspeed.git
cd cosmic-ext-applet-netspeed
  1. Build the release version:
just build-release
  1. Install the applet:
sudo just install

Credits

This project was heavily inspired by the cosmic-utils clipboard manager.

Contributing

Contributions are welcome! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure the code builds without errors.
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published