1
0
Fork 0
dotfiles/simpleDots/bin/xcqr
Joerg Elfring a26076b864 ALL NEW DOTFILES!
No more branches and no more Makefiles
2020-06-16 22:47:23 +02:00

10 lines
331 B
Bash
Executable file

#!/bin/sh
# Credit to Maddison Hellstrom (@b0o on Github)
text=$(xclip -out -selection clipboard)
notify-send --expire-time 3000 "Clipboard" "$text"
qrencode --output - --size 1 "$text" \
| feh --zoom max \
--fullscreen \
--force-aliasing \
--image-bg white \
-