all repos — tint2 @ b2cc11dd5e341a8f1aee0b492c086cf452c1a308

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

Build script
o9000 mrovi9000@gmail.com
commit

b2cc11dd5e341a8f1aee0b492c086cf452c1a308

parent

c53274a5760419530d688e6f08f78c1b2fdeedf2

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

jump to
M get_version.shget_version.sh

@@ -33,10 +33,10 @@ fi

fi VERSION=$(git describe --exact-match 2>/dev/null || echo "$MAJOR-git$(git show -s --pretty=format:%ci | cut -d ' ' -f 1 | tr -d '-').$(git show -s --pretty=format:%h)")$DIRTY else - VERSION=$(head -n 1 ChangeLog | cut -d ' ' -f 2) + VERSION=$(head -n 1 ChangeLog || head -n 1 ../ChangeLog | cut -d ' ' -f 2) if [ $VERSION = "master" ] then - VERSION=$VERSION-$(head -n 1 ChangeLog | cut -d ' ' -f 1) + VERSION=$VERSION-$(head -n 1 ChangeLog || head -n 1 ../ChangeLog | cut -d ' ' -f 1) fi fi