almostearthling / when-command

When is an automation tool that aims at being flexible and cross platform
http://almostearthling.github.io/when-command/
BSD 3-Clause "New" or "Revised" License
68 stars 2 forks source link

Separation of UI from resident service #85

Closed almostearthling closed 1 year ago

almostearthling commented 8 years ago

To save resources, the daemon-like part of When should be separated from the UI, including the tray icon. Since most of the functionality is now accessible through the DBus interface, the tray applet would use it to communicate with the service and possibly report about its state. This could lead to improvements in efficiency and would allow further development.

almostearthling commented 1 year ago

The issue can be considered solved as the core daemon has been completely rewritten in rust: see whenever for details.