Update screenshots
This commit is contained in:
parent
64a0bf67db
commit
909d5ec139
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue