all repos — tint2 @ ee92fac10efe7c96b812520eb12a87857f662fd4

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

ee92fac10efe7c96b812520eb12a87857f662fd4

parent

95eea350feaa48f6d2c2c23621370fdd911472cb

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 -timeout -k 600 ~/tint2/packaging/version_status.py > packaging.tmp.md +timeout -k 10 600 ~/tint2/packaging/version_status.py > packaging.tmp.md cat packaging.tmp.md > packaging.md rm packaging.tmp.md