~thalia/emacs-systray

A GTK system tray icon designed to be controlled by Emacs, very experimental
Refactored to add middle click handler
Tab/space formatting
Removed segfaulting attempt at creating a popup menu

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~thalia/emacs-systray
read/write
git@git.sr.ht:~thalia/emacs-systray

You can also use your local clone with git send-email.

#emacs-systray

A proof-of-concept program that lets Emacs create GTK-based system-tray applets and set their tooltip text via a FIFO.

The goal is to create a package that makes it very easy to create little system tray applets from Emacs to show status information and trigger Elisp functions. I created this out of a desire to be able to monitor unread messages in my Emacs-based chat and email clients without having to be sitting in front of a buffer 24/7. Additionally, as my booru project becomes increasingly useful, I'd like to be able to use to monitor the status of Sly/Slime's Common Lisp processes.