All Projects → olback → tray-item-rs

olback / tray-item-rs

Licence: MIT license
Multi-platform Tray Indicator

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to tray-item-rs

tbtray
A thunderbird tray icon and notification popup addon for linux
Stars: ✭ 42 (-71.03%)
Mutual labels:  tray-icon, tray
netctl-tray
A lightweight netctl tray app with notifications
Stars: ✭ 30 (-79.31%)
Mutual labels:  icon, tray
react-svg-icon-generator
Generate React Icon Component from SVG icons to show, resize and recolor them.
Stars: ✭ 65 (-55.17%)
Mutual labels:  icon
discord-notify
💬 Standalone notification program for Discord.
Stars: ✭ 15 (-89.66%)
Mutual labels:  tray
menutray
An application menu through a GTK+ tray status icon.
Stars: ✭ 62 (-57.24%)
Mutual labels:  tray
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (-26.21%)
Mutual labels:  icon
react-native-ionicons
Ionic icons for React Native
Stars: ✭ 43 (-70.34%)
Mutual labels:  icon
H.NotifyIcon.WPF
NotifyIcon for .Net Core 3.1 and .Net 5 WPF.
Stars: ✭ 44 (-69.66%)
Mutual labels:  tray-icon
ICNS2ICO
ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.
Stars: ✭ 17 (-88.28%)
Mutual labels:  icon
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 (-87.59%)
Mutual labels:  icon
gtk-sni-tray
A StatusNotifierHost widget written using the gtk+3 bindings for haskell provided by gi-gtk.
Stars: ✭ 24 (-83.45%)
Mutual labels:  tray
peterthehan
My personal site and profile README.
Stars: ✭ 36 (-75.17%)
Mutual labels:  icon
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (-82.76%)
Mutual labels:  icon
vuepress-plugin-svg-icons
🔥 SVG sprite plugin for VuePress
Stars: ✭ 17 (-88.28%)
Mutual labels:  icon
UltimateTabLayout
A library for tab layout use with viewpager. Very useful, small
Stars: ✭ 33 (-77.24%)
Mutual labels:  icon
volctl
Per-application volume control and OSD for Linux desktops.
Stars: ✭ 95 (-34.48%)
Mutual labels:  tray-icon
neu
Free icon set to the world
Stars: ✭ 26 (-82.07%)
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 (-51.03%)
Mutual labels:  icon
bearded-icons
The VS Code icons with a long beard.
Stars: ✭ 62 (-57.24%)
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 (-87.59%)
Mutual labels:  icon

Multi-platform Tray Indicator

Cargo Check CircleCI

Please see the examples as documentation is currently lacking.

Tray Indicator uses icons from gresources on Linux and .rc-files on Windows.
These recourses have to be packed into be final binary.

  • Linux
  • Windows
  • MacOS*

* MacOS does not allow running applications in threads other than main, meaning that it is not possible to listen on events in a new thread. See the macos.rs example for a how-to.

Todo:

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