all repos — tint2 @ 95eea350feaa48f6d2c2c23621370fdd911472cb

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

Add a timeout to the version checker script
o9000 mrovi9000@gmail.com
commit

95eea350feaa48f6d2c2c23621370fdd911472cb

parent

8242b494bc0351d42a76450618e22494c9cbb7ff

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

jump to
M packaging/update_version_status.shpackaging/update_version_status.sh

@@ -15,7 +15,7 @@ git reset --hard

git pull -~/tint2/packaging/version_status.py > packaging.tmp.md +timeout -k 600 ~/tint2/packaging/version_status.py > packaging.tmp.md cat packaging.tmp.md > packaging.md rm packaging.tmp.md