all repos — tint2 @ acc3ee920508aab4b58678b33b868ef32ce6a08b

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

Update periodic testing script
o9000 mrovi9000@gmail.com
commit

acc3ee920508aab4b58678b33b868ef32ce6a08b

parent

d8770ed590b6a8af6345a1a6644e111a62ce3755

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

jump to
M test/update_test_status.shtest/update_test_status.sh

@@ -11,7 +11,7 @@

cd ~/tint2 git reset --hard git pull -last=$(cat .last-reg-test) +last=$(cat .last-reg-test || true) curr=$(git rev-parse --verify HEAD) [ "$last" == "$curr" ] && exit 0