all repos — tint2 @ e1b29d0204411d47d7f0b6535cd565c7cd9be020

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

e1b29d0204411d47d7f0b6535cd565c7cd9be020

parent

13313f64c582733a2eb643d2c2522a48c0e5d4b3

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

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

@@ -129,7 +129,7 @@ value *= 1024

else: raise RuntimeError("Could not parse /proc/[pid]/status") if not value: - raise RuntimeError("Could not parse /proc/[pid]/status") + value = 0 result = value * 1.0e-6 p = run("./meminfo.py --detailed --private $(pidof tint2)", output=True) detailed, _ = p.communicate()