diff options
Diffstat (limited to 'home/.local/bin/wqr')
| -rwxr-xr-x | home/.local/bin/wqr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/wqr b/home/.local/bin/wqr index e00a13e..254f992 100755 --- a/home/.local/bin/wqr +++ b/home/.local/bin/wqr @@ -8,4 +8,4 @@ else text="$1" fi -printf '%s' "$text" | qrencode -t SVG -o - | feh - --conversion-timeout 1 +printf '%s' "$text" | qrencode -t PNG -o - | imv - |
