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

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

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