On Tue, Dec 13, 2016 at 04:43:55PM +0100, Stefan Mark wrote: > And i instantly wished for it be able to: > - provide multiple sliders in one instance and returning multiple > values (eg mixer)
It might be possible to write a mixer app that embeds several wjts. I have no experience with xembed apart from stealing the relevant code from dmenu, though. > - just display the current slide value, without interactivity and > vanish after some time (status displays and such). > In this case it should, when called again, be able to either: > - change value of the currently displayed slide (when told which > slide to overwrite) > - display multiple instances Hmmm, you'd probably want to disable mouse and keyboard input and read from stdin instead. But that's feeling like a different app. -- - Ian.