2020-04-24 17:15:48 +02:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
FILENAME="Screenshots-$(date +%Y%m%d-%H%M%S).png"
|
|
|
|
|
2020-10-31 18:03:19 +01:00
|
|
|
scrot -q 70 ${FILENAME} -e 'mv $f ~/Pictures/screenshots/'
|
2020-04-24 17:15:48 +02:00
|
|
|
|
|
|
|
notify-send -i screenie 'Screenshot!' "Saved as ${FILENAME}"
|