all repos — tint2 @ 4170b5d878166595a13cddbded12c805842a1a7a

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

Update doc
o9000 mrovi9000@gmail.com
commit

4170b5d878166595a13cddbded12c805842a1a7a

parent

3c9642c5fc1a66571f448bca38f9fbe8eca23505

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

jump to
M doc/tint2.mddoc/tint2.md

@@ -646,8 +646,8 @@ ##### Round-trip time to the gateway, refreshed every second

``` execp = new -execp_command = ping -i 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "<span foreground=\"#faa\">timeout</span>"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "<span foreground=\"#7af\">%3.0f %s</span>\n", $8, $9; fflush(); } ' -execp_continuous = 1 +execp_command = ping -i 1 -c 1 -W 1 -O -D -n $(ip route | grep default | grep via | grep -o '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*') | awk '/no/ { print "<span foreground=\"#faa\">timeout</span>"; fflush(); }; /time=/ { gsub(/time=/, "", $8); printf "<span foreground=\"#7af\">%3.0f %s</span>\n", $8, $9; fflush(); } ' +execp_continuous = 0 execp_interval = 1 execp_markup = 1 ```