all repos — tint2 @ 30c24c59edf8d2ab9d0dde3777f7c34bac60e835

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

Hide executor if output is empty (issue #648)
o9000 mrovi9000@gmail.com
commit

30c24c59edf8d2ab9d0dde3777f7c34bac60e835

parent

6f05c9d3273b1f2fddf52c56dd15c816dfa11fbb

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

jump to
M src/execplugin/execplugin.csrc/execplugin/execplugin.c

@@ -854,6 +854,7 @@ icon_w = icon_h = 0;

} if ((icon_h == 0 || icon_w == 0) && execp->backend->text[0] == 0) { + // Easy to test with bash -c 'R=$(( RANDOM % 2 )); [ $R -eq 0 ] && echo HELLO $R' if (execp->area.on_screen) hide(&execp->area); } else {