scripts: add script to read QR codes
This commit is contained in:
parent
08d66a4053
commit
a3e77a9661
4 changed files with 29 additions and 0 deletions
|
@ -54,5 +54,14 @@
|
|||
icon = "download";
|
||||
categories = [ "Network" ];
|
||||
};
|
||||
readQrCode = {
|
||||
name = "Read QR Code";
|
||||
genericName = "Read QR Code from clipboard image";
|
||||
exec = "readQrCode";
|
||||
terminal = true;
|
||||
type = "Application";
|
||||
icon = "download";
|
||||
categories = [ "Network" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
wpass
|
||||
_gpg-unlock
|
||||
qtpass
|
||||
readQrCode
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue