Created
October 29, 2025 14:07
-
-
Save tzhvh/f830dbc33d376d4fccb4c24ca116fcbc to your computer and use it in GitHub Desktop.
KDialog QR code display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generate QR code with UTF8 output and display in msgbox | |
| QR_CODE=$(qrencode -t UTF8 "https://example.com") | |
| kdialog --msgbox "<pre>$QR_CODE</pre>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment