aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_rqr
blob: 76ea69824dd92bcb7ad24eb3d43e037bd965fb2a (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env dash

text="$(zbarcam -q -1 --raw)"
printf '%s' "$text" | wl-copy

echo "$text"
notify-send "$text"