Update screenshots

This commit is contained in:
o9000 2017-09-02 14:31:16 +02:00
parent 64a0bf67db
commit 909d5ec139

View file

@ -12,5 +12,6 @@ do
( ( sleep 1 ; import -window tint2 ../../tint2.wiki/screenshots/${name}.png ; echo "Screenshot taken for ${name}!" ) &)
../build/tint2 -c $f
sleep 1
echo "![${name}](screenshots/${name})\n" >> ../../tint2.wiki/screenshots.md
echo -e "### [${name}](https://gitlab.com/o9000/tint2/blob/master/themes/$(basename $f))\n" >> ../../tint2.wiki/screenshots.md
echo -e "![${name}](https://gitlab.com/o9000/tint2/wikis/screenshots/${name}.png)\n" >> ../../tint2.wiki/screenshots.md
done