all repos — dotfiles @ d2842ae9d13192be1707550592cc08907bb3221f

my *nix dotfiles

update scripts/scrot.sh
icyphox icyph0x@protonmail.com
Tue, 30 Jan 2018 18:01:56 +0530
commit

d2842ae9d13192be1707550592cc08907bb3221f

parent

930f74852db1f3b0507c500d0f0abf31b5013a93

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M scripts/scrot.shscripts/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