all repos — tint2 @ be710ff48833ba20f0f9a6f8017c0dc4bb438ce7

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

Update tint2.md
o9000 mrovi9000@gmail.com
commit

be710ff48833ba20f0f9a6f8017c0dc4bb438ce7

parent

aa4047348133267463da44de3f5cc93eb0accfc2

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

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

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

``` execp = new -execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }' +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 ```