This commit is contained in:
tavo-wasd 2023-06-04 11:52:14 -06:00
parent 1fd0f2c8e7
commit 72e7857c92

View file

@ -1,7 +1,7 @@
#!/bin/sh
scrot -s "$HOME/.local/cache/barcode-%Y-%m-%d.png" || exit
zbarimg "$HOME/.local/cache/barcode-"*
zbarimg -q "$HOME/.local/cache/barcode-"*
# Delete created files
rm -rf $HOME/.local/cache/barcode-*.png