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