5 lines
125 B
Bash
5 lines
125 B
Bash
|
#!/bin/bash
|
||
|
I="$(grimblast --freeze save area - | zbarimg --raw --oneshot --quiet -)"
|
||
|
wl-copy "$I"
|
||
|
notify-send "Copied" "$I"
|