mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 19:54:50 +00:00

- Remove unportable code: use self-pipe for waking up the wl_event_loop on dbus events instead of eventfd. Tested on FreeBSD. - Don't die if another tray is already running. Previous version didn't allow nested dwls.
Description
Add a system tray to the bar.
To keep dependencies to minimum, icon(svg) loading from the filesystem is not supported. Applications that expect this will show the initial letter of the program name, instead of a real icon.
Menus for the icons are handled by a dmenu-like program of the user's choice.