Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.73k stars 94 forks source link

Add a simple DBus service for setting a status #463

Closed festeh closed 2 weeks ago

festeh commented 2 weeks ago

Hi!

I'm missing custom_dbus from another project and I'd like to add it here.

My motivation: sync a pomodoro timer app with status bar by providing custom hooks on timer events. In this case bar does not need to constantly poll for some resource, which I think is nice.

Would you be interested in this feature?

kotontrion commented 2 weeks ago

You can already achieve the same result using ags -r, which is way more powerful and versatile than this.

festeh commented 2 weeks ago

that's awesome, thanks!