update scripts/scrot.sh
icyphox icyph0x@protonmail.com
Tue, 30 Jan 2018 18:01:56 +0530
1 files changed,
2 insertions(+),
3 deletions(-)
jump to
M
scripts/scrot.sh
→
scripts/scrot.sh
@@ -1,8 +1,7 @@
#!/bin/bash # screenshootin' lika boss - -scrot ~/pics/scrots/scrot_$(date +%F_%T).png +n=6; output=$(tr -cd '[:alnum:]' < /dev/urandom | head -c$n) +scrot ~/pics/scrots/$output.png notify-send 'screenshot taken' -~/scripts/oxo.sh ~/Pictures/scrots/scrot_$(date +%F_%T).png