mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
10 lines
209 B
Bash
Executable File
10 lines
209 B
Bash
Executable File
#!/bin/sh
|
|
# Credit to Maddison Hellstrom (@b0o on Github)
|
|
ifinstalled feh && qrencode -o - -s 1 \
|
|
"$(xclip -out -selection clipboard)" |
|
|
feh --zoom max \
|
|
-F \
|
|
--force-aliasing \
|
|
--image-bg white \
|
|
-
|