all repos — tint2 @ eef665c89675d6b829caf852d85bf26487892a47

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

eef665c89675d6b829caf852d85bf26487892a47

parent

e7492047c00df1a45c4788ff33d12431b3c94aa6

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

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

@@ -214,6 +214,12 @@ print("Diff staged:")

print("```") print(diff_staged) print("```") + out, _ = run("lsb_release -sd", True) + out.strip() + print("System:", out) + out, _ = run("cat /proc/cpuinfo | grep 'model name' | head -n1 | cut -d ':' -f2", True) + out.strip() + print("Hardware:", out) print("") print("# Compilation") cmake_flags = "-DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON"