Aylur / ags

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

Listening on ags service #439

Closed newor0599 closed 4 weeks ago

newor0599 commented 4 weeks ago

Is it possible to listen from ags services like audio? Or is there any way around? I tried this but its not executing the service

var volume = Variable("0",{
    listen: [audio.speaker.bind("volume"), (out) => {
    print(out)
    }]
})
newor0599 commented 4 weeks ago

Fix using audio service's signal