All Projects → PonasKovas → netctl-tray

PonasKovas / netctl-tray

Licence: MIT license
A lightweight netctl tray app with notifications

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to netctl-tray

tray-item-rs
Multi-platform Tray Indicator
Stars: ✭ 145 (+383.33%)
Mutual labels:  icon, tray
app-application-logger
A small standalone Windows application to log the applications one is using
Stars: ✭ 13 (-56.67%)
Mutual labels:  tray
nuxt-fontagon
Try converting svg into font easily to make icon-font automatically. The Icon-Font generator Fontagon is available on the Nuxt module.
Stars: ✭ 18 (-40%)
Mutual labels:  icon
PingoMeter
PingoMeter - is a small portable program that show your ping in Windows system tray
Stars: ✭ 91 (+203.33%)
Mutual labels:  tray
bearded-icons
The VS Code icons with a long beard.
Stars: ✭ 62 (+106.67%)
Mutual labels:  icon
fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
Stars: ✭ 18 (-40%)
Mutual labels:  icon
leaflet-defaulticon-compatibility
Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS.
Stars: ✭ 71 (+136.67%)
Mutual labels:  icon
nativescript-app-icon-changer
Change the homescreen icon of your NativeScript iOS app at runtime!
Stars: ✭ 16 (-46.67%)
Mutual labels:  icon
ImageActionSheet
iOS Native style action sheet like in Whatsapp with the option of showing icons. It is a complete implementation and does not use any private api of UIKit.
Stars: ✭ 20 (-33.33%)
Mutual labels:  icon
discord-notify
💬 Standalone notification program for Discord.
Stars: ✭ 15 (-50%)
Mutual labels:  tray
gtk-sni-tray
A StatusNotifierHost widget written using the gtk+3 bindings for haskell provided by gi-gtk.
Stars: ✭ 24 (-20%)
Mutual labels:  tray
react-native-ionicons
Ionic icons for React Native
Stars: ✭ 43 (+43.33%)
Mutual labels:  icon
react-native-dynamic-vector-icons
Wrapper of react-native-vector-icons to use dynamic types
Stars: ✭ 84 (+180%)
Mutual labels:  icon
menutray
An application menu through a GTK+ tray status icon.
Stars: ✭ 62 (+106.67%)
Mutual labels:  tray
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+76.67%)
Mutual labels:  icon
peterthehan
My personal site and profile README.
Stars: ✭ 36 (+20%)
Mutual labels:  icon
ICNS2ICO
ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.
Stars: ✭ 17 (-43.33%)
Mutual labels:  icon
react-iconfont-cli
转换iconfont图标为React标准组件,不依赖字体,支持多色彩
Stars: ✭ 58 (+93.33%)
Mutual labels:  icon
IconViewer
Icon Viewer Plugin for Intellij
Stars: ✭ 34 (+13.33%)
Mutual labels:  icon
tbtray
A thunderbird tray icon and notification popup addon for linux
Stars: ✭ 42 (+40%)
Mutual labels:  tray

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].