all repos — tint2 @ b003a2b1e371f13ff98db916a0193f4252b30a1f

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

b003a2b1e371f13ff98db916a0193f4252b30a1f

parent

eef665c89675d6b829caf852d85bf26487892a47

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

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

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

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