Update tint2.md

This commit is contained in:
o9000 2017-03-04 22:17:40 +00:00
parent aa40473481
commit be710ff488

View file

@ -656,7 +656,7 @@ execp_markup = 1
```
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
```