2018-11-19 01:31:24 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# Credit to Maddison Hellstrom (@b0o on Github)
|
2019-01-31 23:23:55 +00:00
|
|
|
ifinstalled feh && qrencode -o - -s 1 \
|
2018-11-19 01:31:24 +00:00
|
|
|
"$(xclip -out -selection clipboard)" |
|
|
|
|
feh --zoom max \
|
|
|
|
-F \
|
|
|
|
--force-aliasing \
|
|
|
|
--image-bg white \
|
|
|
|
-
|