-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification support for countdown #14
Comments
@orschiro maybe you can write a script that sends the notify and then call escrotum, something like this for i in {1..10..-1}; do
notify-send -t 1 "Screenshot in $i..";
sleep 1;
done
escrotum -s -C |
Nice idea! Nothing you want to implement into escrotum? |
I just don't think is worth adding pynotify as a dependency just for that |
Valid point. Thanks for raising this! ~ Robert On 01/22/2015 06:21 PM, Roger wrote:
Sharing my passion & inspiration for #sustasty lifestyles #transitions Flying is old-school and the Co-Creator of @MindfulMeerkats www.robert.orzanna.de |
Hi @Roger ,
Many thanks for escrotu! A great replacement for the rather limited Gnome Screenshot.
One request. My default command (mapped to
Print
key) use is as follows:Since I don't see the CLI countdown timer, would it be possible to display a
libnotify
notification for the countdown timer?Thanks in advance!
Robert
The text was updated successfully, but these errors were encountered: