summaryrefslogtreecommitdiff
path: root/.local/bin/qrscan
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-11-30 16:22:50 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-11-30 16:22:50 +0530
commitb0ba34d326bf3634f17709489b6d56a44f0b61c7 (patch)
treea897c285f6001f85261eee63150013825be9a8f7 /.local/bin/qrscan
parent7e19ac71731340dda02ffedde8b2f7cce5ecf73e (diff)
local-bin scripts
Diffstat (limited to '.local/bin/qrscan')
-rwxr-xr-x.local/bin/qrscan2
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