Not really, unless you are a developer comfortable working with javascript. The reason is because many Shopify themes uses ajax to dynamically generate and replace cart drawer's content everytime it is shown/hide. This means that pasting progress bar snippet into liquid theme isn't sufficient to get it working correctly.
For it to work, you may need to re-inject and reload progress bar everytime cart drawer update event is triggered. Many theme developers don't provide support for modified theme.js
so we do not recommend changing it unless you know how to revert any corrupted changes.
As such, we recommend sticking to placing AOV progress bar in product page for Shopify merchants.