aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_rqr
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_rqr')
-rwxr-xr-xdot_local/bin/executable_rqr7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_local/bin/executable_rqr b/dot_local/bin/executable_rqr
new file mode 100755
index 0000000..335f55b
--- /dev/null
+++ b/dot_local/bin/executable_rqr
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+
+text="$(zbarcam -q -1 --raw)"
+printf '%s' "$text" | wl-copy
+
+echo "$text"
+notify-send "$text"