diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-07-13 11:18:38 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-07-13 11:18:38 +0000 |
commit | 66000d4fd5a6dc4c5fee8a2876556cece77154df (patch) | |
tree | 7d36037db026e628333bb24d5c0a7b20c2da2a67 /bin | |
parent | aaad9969ee6c279e2d1afecb2236e330ee81e1d6 (diff) |
changed colors a bit
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/screenshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/.local/bin/screenshot b/bin/.local/bin/screenshot index 100bbe2..56310fc 100755 --- a/bin/.local/bin/screenshot +++ b/bin/.local/bin/screenshot | |||
@@ -2,11 +2,11 @@ | |||
2 | screenshot() { | 2 | screenshot() { |
3 | case $1 in | 3 | case $1 in |
4 | f*) | 4 | f*) |
5 | scrot -m | 5 | scrot -m -e 'mv $f ~/scrots' |
6 | ;; | 6 | ;; |
7 | w*) | 7 | w*) |
8 | sleep 1 | 8 | sleep 1 |
9 | scrot -s | 9 | scrot -s -e 'mv $f ~/scrots' |
10 | ;; | 10 | ;; |
11 | *) | 11 | *) |
12 | ;; | 12 | ;; |