Skip to content

Commit

Permalink
Delay menu changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZeta committed Sep 3, 2012
1 parent 9b928cf commit 408bb07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Screenshots/Delay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/zscreen.sh
Expand Up @@ -27,7 +27,7 @@ else
scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/Screenshots/'
fi;;

"With delay" ) d=$(zenity --entry --title="Second delay" --text="Enter second of delay:" --entry-text "5")
"With delay" ) d=$(zenity --entry --title="With delay" --text="Enter second of delay:" --entry-text "5")
zenity --question --text "Do you want upload the screenshot?"
if [ "$?" = "0" ]; then
scrot -d "$d" '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/Screenshots/ & zimgur ~/Screenshots/$f'
Expand Down

0 comments on commit 408bb07

Please sign in to comment.