summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-01 22:33:49 -0500
committerJune McEnroe <june@causal.agency>2018-03-01 22:33:49 -0500
commit845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d (patch)
tree6570b400cb98267f04d1253f13c6d5db0a71bdfc
parentUse "Broken Gray" htop colors (diff)
downloadsrc-845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d.tar.gz
src-845c3dbd815ef5541adfe10c1d9ba3a0476e3f3d.zip
Run pngo on screenshots with sup
Diffstat (limited to '')
-rwxr-xr-xhome/.bin/sup1
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"