time.google.com
time1.google.com
time2.google.com
time3.google.com
| #!/usr/bin/env bash | |
| # based on github.com/gokcehan/lf/wiki/Previews | |
| # thanks to dylanaraps for bash bible | |
| # a margin in pixels needed to prevent image from overlapping top title | |
| SAFE_MARGIN=56 | |
| # a threshhold for upscaling images, like pixelart or so | |
| NOFILTER_THRESH=256 |