all repos — tint2 @ eddc29a696a8ca661525eb050a45f666c34ae455

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

Update package
o9000 mrovi9000@gmail.com
commit

eddc29a696a8ca661525eb050a45f666c34ae455

parent

eca3820e48aba48b8a39ddefd4006d54bc87f6aa

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

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

@@ -1,6 +1,5 @@

#!/bin/bash -set -e set -x rm -rf tint2* 2>/dev/null || true

@@ -29,6 +28,8 @@ else

VERSION="$(git show -s --pretty=format:%cI.%ct.%h | tr -d ':' | tr -d '-' | tr '.' '-' | sed 's/T[0-9\+]*//g').$MINOR" REPO="tint2-git" fi + +set -e # Export repository contents to source directory DIR=tint2-$VERSION