all repos — tint2 @ 9cb64e9cf595ca8ddcb01b2832143802e54d4394

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

Regression testing
o9000 mrovi9000@gmail.com
commit

9cb64e9cf595ca8ddcb01b2832143802e54d4394

parent

fd0a1bef658311fdfc2fcef50901fb25c20537d2

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

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

@@ -241,7 +241,7 @@ def show_system_info():

out, _ = run("lsb_release -sd", True).communicate() out = out.strip() print("System:", out) - out, _ = run("cat /proc/cpuinfo | grep 'model name' | head -n1 | cut -d ':' -f2", True).communicate() + out, _ = run("echo \"$(cat /proc/cpuinfo | grep 'model name' | head -n1 | cut -d ':' -f2) with $(cat /proc/cpuinfo | grep processor | wc -l) cores\"", True).communicate() out = out.strip() print("Hardware:", out) out, _ = run("cc --version | head -n1", True).communicate()