[Proposal] Delay Selected Area Screenshot

Hi @napcok,

Leaving xfce4-shooter for mb-jgtools.
I got used to being able to set a delay for selected area.

mb-jgtools I modified as you see, so I can work with it now.
Until a new mb-jgtools update. :slight_smile:

What do you think to add this feature.
Maybe it’s already in your planning. :sparkles:

  • I can’t manage to make it a root menu. Jgtools is still very new to me.

^sep($SELECTED)
      0sec,"""maim -s -l -b 3 --color=0.3,0.4,0.6,0.4 ${IMG};viewnior ${IMG}"""
      3sec,"""maim -s -l --delay=3 -b 3 --color=0.3,0.4,0.6,0.4 ${IMG};viewnior ${IMG}"""
      6sec,"""maim -s -l --delay=6 -b 3 --color=0.3,0.4,0.6,0.4 ${IMG};viewnior ${IMG}"""
      12 sec,"""maim -s -l --delay=12 -b 3 --color=0.3,0.4,0.6,0.4 ${IMG};viewnior ${IMG}"""

:bird:

3 Likes

Good idea, I will add this, test and update if everything will work good :slight_smile:

In the meantime, if you are interested in building submenus in jgmenu, it’s worth taking a look…

Lesson6 - Submenus

2 Likes

Uploaded to repo :slight_smile:

Very handy, thanks @muzqs


If you modify any Mabox scripts, you can copy them to ~/bin first, and modify them there.
Then they will not be overwritten by updates. ~/bin has priority over /usr/bin or /usr/local/bin

4 Likes

Updated mb-jgtools.
Did a quick test and all looks good.

Nice work and thanks for the Tip!. :dizzy:

1 Like

Although I have done this trick for some script, after then I had lost the new features/corrections, and finally it is a matter of running meld to see what is new…

But I cannot suggest anything else to solve the issue.