all repos — tint2 @ 909d5ec139ed84eb4b8a3ada6f55e76986e4bf37

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Update screenshots
o9000 mrovi9000@gmail.com
commit

909d5ec139ed84eb4b8a3ada6f55e76986e4bf37

parent

64a0bf67db5b3654af73f7b9c2086d9d83702caf

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M test/manual-theme-check.shtest/manual-theme-check.sh

@@ -12,5 +12,6 @@ name=$(basename -s .tint2rc $f)

( ( 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