summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-01 22:33:49 -0500
committerJune McEnroe <programble@gmail.com>2018-03-01 22:33:49 -0500
commit48f31d849c662574ca1280863ea87b7cb05bd2c0 (patch)
treed84f183aff54e2ee04abbe7ad1e703dcb1410265 /home
parentUse "Broken Gray" htop colors (diff)
downloadsrc-48f31d849c662574ca1280863ea87b7cb05bd2c0.tar.gz
src-48f31d849c662574ca1280863ea87b7cb05bd2c0.zip
Run pngo on screenshots with sup
Diffstat (limited to 'home')
-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"