all repos — tint2 @ 00c79073f022403c1aa1235dd686dafe7cc0126c

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

Regression tests: check compilation on BSD
o9000 mrovi9000@gmail.com
commit

00c79073f022403c1aa1235dd686dafe7cc0126c

parent

f5b36b37b66653659142df36fe48ee2a7996ae44

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

jump to
M test/regression.pytest/regression.py

@@ -287,6 +287,7 @@

def compile_remotely_and_report(host): print_err("Compiling on {0}...".format(host)) + start = time.time() c = run("ssh worker@{0} 'cd tint2 && git pull && mkdir -p build && rm -rf build && mkdir -p build && cd build && cmake .. && make && ./tint2 --version'".format(host), True) out, _ = c.communicate() duration = time.time() - start