Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.
/ netctl-tray Public archive

A lightweight netctl tray app with notifications

License

Notifications You must be signed in to change notification settings

PonasKovas/netctl-tray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netctl-tray

A lightweight netctl tray app with notifications written in Rust.

Note: This repository has been archived, since I personally no longer use netctl and can't furtherly develop or fix bugs of this project. If anyone wants to take over, feel free to make an issue.

Screenshots

Usage

To launch the tray app:

$ netctl-tray

You have to be in groups wheel and network for it to work properly.
To add an user to them, use:

# usermod -a -G wheel,network <user>

Compiling

This application needs to be compiled for netctl and netctl-auto separately. For netctl:

cargo build --release

For netctl-auto:

cargo build --release --features "auto"

Installation

This app is available on the AUR: netctl-tray and netctl-tray-auto

Contributing

All contributions are welcome!