all repos — tint2 @ 016958cb413564fb4714fc02b4eca4651ca75333

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

016958cb413564fb4714fc02b4eca4651ca75333

parent

b003a2b1e371f13ff98db916a0193f4252b30a1f

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

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

@@ -196,7 +196,7 @@

def main(): utc_datetime = datetime.datetime.utcnow() print("Last updated:", utc_datetime.strftime("%Y-%m-%d %H:%M UTC")) - out, _ = run("git show -s '--format=%H %s'", True).communicate() + out, _ = run("git show -s '--format=%h %s'", True).communicate() print("Last commit:", out.strip()) diff, _ = run("git diff", True).communicate() diff = diff.strip()