all repos — tint2 @ aa4047348133267463da44de3f5cc93eb0accfc2

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

aa4047348133267463da44de3f5cc93eb0accfc2

parent

4170b5d878166595a13cddbded12c805842a1a7a

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

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

@@ -656,9 +656,9 @@ ##### Memory usage

``` execp = new -execp_command = free -s 2 | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }' -execp_interval = 1 -execp_continuous = 1 +execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }' +execp_interval = 5 +execp_continuous = 0 ``` ##### Network load