Skip to content
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

Closed
orschiro opened this issue Jan 21, 2015 · 4 comments
Closed

Notification support for countdown #14

orschiro opened this issue Jan 21, 2015 · 4 comments

Comments

@orschiro
Copy link

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:

escrotum -d 10  -s -C

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

@Roger
Copy link
Owner

Roger commented Jan 22, 2015

@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

@orschiro
Copy link
Author

@Roger

Nice idea! Nothing you want to implement into escrotum?

@Roger
Copy link
Owner

Roger commented Jan 22, 2015

I just don't think is worth adding pynotify as a dependency just for that

@orschiro
Copy link
Author

Valid point.

Thanks for raising this!

~ Robert

On 01/22/2015 06:21 PM, Roger wrote:

I just don't think is worth adding pynotify as a dependency just for that


Reply to this email directly or view it on GitHub
#14 (comment).

Sharing my passion & inspiration for

#sustasty lifestyles #transitions
#opensource #degrowth / Love
#bouldering

Flying is old-school and the
world cannot be saved part-time

Co-Creator of @MindfulMeerkats

www.robert.orzanna.de
twitter.com/@orschiro

@Roger Roger closed this as completed Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants