diff --git a/Screenshots/blor.png b/Screenshots/blor.png new file mode 100644 index 0000000..05896d4 Binary files /dev/null and b/Screenshots/blor.png differ diff --git a/Screenshots/blue.png b/Screenshots/blue.png new file mode 100644 index 0000000..9d3d318 Binary files /dev/null and b/Screenshots/blue.png differ diff --git a/Screenshots/lb.png b/Screenshots/lb.png new file mode 100644 index 0000000..21afc95 Binary files /dev/null and b/Screenshots/lb.png differ diff --git a/update.sh b/update.sh index 610c0cc..5306dfa 100755 --- a/update.sh +++ b/update.sh @@ -16,7 +16,7 @@ do if [ ${a} -nt ${IMAGE} ] then ./rofi/script/rofi-create-screenshot.sh "${a}" "${IMAGE}" - git add "${NAME}.png" + git add "${IMAGE}" git add "${a}" fi echo "## Screenshot" >> README.md