1
0
Fork 0
dotfiles2000/dotfiles/my-binaries/dot-bin/xcqr
2024-10-31 22:09:39 +01: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 \
-