all repos — tint2 @ f67b5db2f9175e7e67a95fcde563081e5463e3b9

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

Regression tests
o9000 mrovi9000@gmail.com
commit

f67b5db2f9175e7e67a95fcde563081e5463e3b9

parent

949fbdba14a527441b3df48ea314456de943b80b

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

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

@@ -220,6 +220,9 @@ print("System:", out)

out, _ = run("cat /proc/cpuinfo | grep 'model name' | head -n1 | cut -d ':' -f2", True).communicate() out.strip() print("Hardware:", out) + out, _ = run("cc --version | head -n1", True).communicate() + out.strip() + print("Compiler:", out) def compile_and_report(src_dir):