aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.local/bin/rqr
blob: 96219160f312246f78b74aa13302f0c0de353faa (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env sh

text="$(zbarcam -q -1 --raw | xclip -selection clipboard -f)"

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