Snapshots from your week: What have YOU been up to. - Off topic

Users browsing this thread: 1 Guest(s)
xero
Long time nixers
i think the idea is cool. my problem would be accidentally exposing sensitive information. my idea of said script would send a notification alerting the user that the scrot is coming (but set the notification's visibility time for less than the scrot delay) to give the user time to hide anything they might not want shown.

Code:
#!/bin/sh
notify-send -t 2000 "taking scrot in 5 seconds..."
scrot -d 5 'creeping-%Y-%m-%d_$wx$h.png' -e 'mv $f ~/img/creeping'


Messages In This Thread
RE: Snapshots from your week: What have YOU been up to. - by xero - 16-07-2015, 11:32 AM