dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6de7f362793ab3b73b5c727f0446484cbe76a392
parent c472ca9cab166aefe9545535597d1b95888fb34b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 31 Dec 2018 09:18:53 +0100

Decrease resize target to 800x800

Diffstat:
Mlinks/bin/upload | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/upload b/links/bin/upload @@ -18,7 +18,7 @@ elif [ "$1" = "--resize-border" ] || [ "$1" = "-rb" ]; then #basename="border_$(basename "$2")" basename="$(basename "$2")" convert "$2" \ - -resize 1000x1000\> \ + -resize 800x800\> \ -bordercolor White -border 10%x10% \ -unsharp 2x0.5+0.7+0 \ -quality 95 \