diff options
author | June McEnroe <june@causal.agency> | 2018-03-01 22:33:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-03-01 22:33:49 -0500 |
commit | 845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d (patch) | |
tree | 6570b400cb98267f04d1253f13c6d5db0a71bdfc /home/.bin/sup | |
parent | Use "Broken Gray" htop colors (diff) | |
download | src-845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d.tar.gz src-845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d.zip |
Run pngo on screenshots with sup
Diffstat (limited to 'home/.bin/sup')
-rwxr-xr-x | home/.bin/sup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.bin/sup b/home/.bin/sup index 7a69d9d0..22f2b85e 100755 --- a/home/.bin/sup +++ b/home/.bin/sup @@ -3,5 +3,6 @@ set -o errexit -o nounset -o pipefail dir=$(mktemp -d) screencapture -i "$dir/capture.png" +pngo "$dir/capture.png" up "$dir/capture.png" rm -r "$dir" |