diff options
Diffstat (limited to 'dot_local/bin/executable_rqr')
| -rwxr-xr-x | dot_local/bin/executable_rqr | 7 |
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" |
