adi1090x / rofi

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

Add sound to some events #113

Open voyeg3r opened 1 year ago

voyeg3r commented 1 year ago

For example for screenshots I suggest:

screenshot_sound(){ paplay /usr/share/sounds/freedesktop/stereo/screen-capture.oga } Then in each screenshot event add something like that:

# take shots shotnow () { cd ${dir} && sleep 0.5 && screenshot_sound && maim -u -f png | copy_shot notify_view }

I have already modified my cloned version and it seems to work pretty well! BTW you have done an incredible job! Congratulations!