diff options
Diffstat (limited to '.local/bin/qrscan')
-rwxr-xr-x | .local/bin/qrscan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/qrscan b/.local/bin/qrscan index dcd3983..eb50f78 100755 --- a/.local/bin/qrscan +++ b/.local/bin/qrscan @@ -5,5 +5,5 @@ if [ -z "$1" ]; then else Link=$(zbarimg -q $1 | cut -b 1-8 --complement) && echo $Link | xclip -sel c - notify-send "QR Link copied to clipboard" "$Link" + notify-send "qrscan" "QR Link copied to clipboard" fi |