diff --git a/files/.config/configstore/update-notifier-npm.json b/files/.config/configstore/update-notifier-npm.json index 801ee5a..3f4e800 100644 --- a/files/.config/configstore/update-notifier-npm.json +++ b/files/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1588520574764 + "lastUpdateCheck": 1588611001406 } \ No newline at end of file diff --git a/files/scripts/packageSizes.sh b/files/scripts/packageSizes.sh new file mode 100755 index 0000000..8314cbd --- /dev/null +++ b/files/scripts/packageSizes.sh @@ -0,0 +1,6 @@ +#!/bin/bash + + +expac -SsH M "%m: %n$\t%d" $@ | sort -h | tr '$' '\n' + +# less verbose: expac -S -H M "%m %n"|sort -n diff --git a/files/scripts/pinLocker-Desktop.jar b/files/scripts/pinLocker-Desktop.jar new file mode 100755 index 0000000..24108f6 Binary files /dev/null and b/files/scripts/pinLocker-Desktop.jar differ diff --git a/files/scripts/screenshot.sh b/files/scripts/screenshot.sh index e605cb9..171ac2b 100755 --- a/files/scripts/screenshot.sh +++ b/files/scripts/screenshot.sh @@ -10,7 +10,9 @@ for arg in "$@"; do esac done -select_flag="-s" +# Do not quote this, this is multiple flags +select_flag="-s --highlight --color 1,1,1,0.2" + [ $fullscreen -eq 1 ] && select_flag="" if [ $to_file -eq 1 ]; then @@ -21,7 +23,7 @@ if [ $to_file -eq 1 ]; then echo "$file" | xclip -selection clipboard else [ -z "$select_flag" ] && sleep 1 - maim "$select_flag" --format png /dev/stdout | xclip -selection clipboard -t image/png -i + maim $select_flag --format png /dev/stdout | xclip -selection clipboard -t image/png -i fi