all repos — tint2 @ 9e94ee15e401556e432789e3426fbbbd2bbdbf1d

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

Update packaging info script
o9000 mrovi9000@gmail.com
commit

9e94ee15e401556e432789e3426fbbbd2bbdbf1d

parent

a026cd91fe4fab56a2dd04569d096046666db829

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

jump to
A packaging/update_version_status.sh

@@ -0,0 +1,16 @@

+#!/bin/bash + +set -e +set -x + + +cd ~/tint2.wiki +git reset --hard +git pull + + +./version_status.py > ./tint2.wiki/packaging.md + + +git commit -am 'Update packaging info' +git push