adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.72k stars 312 forks source link

Invoking options multiple times #6

Closed dustinlacewell closed 4 years ago

dustinlacewell commented 4 years ago

If you want to increase the brightness, volume, etc more than just once, is there a good way of doing this?

adi1090x commented 4 years ago

rofi doesn't support multiple instances yet.

dustinlacewell commented 4 years ago

I'm not sure what you mean by multiple instances? Wouldn't just reinvoking the brightness script after adjusting the brightness solve this issue? When I asked Dave he modified the brightness script to do that as an example of what to do. He also added an option to "quit" the applet which simply doesn't reinvoke it.

Don't you find that the applets go away make the ones like volume and brightness less useful?

hugohabicht01 commented 3 years ago

I don't think it is appropriate to have this issue closed. He pointed out something that bugs me as well, since it is quite annoying that stuff gets only increased by a small amount and you then have to launch the script again. e.g. I have my volume on 5% and want to get it to 100%. This will take quite some time and having to launch the script over and over again isn't fun... You don't need multiple instances to solve this issue, you just need some kind of loop that relaunches the rofi UI until some certain key is pressed.