Skip to content

Instantly share code, notes, and snippets.

@tzhvh
Created October 29, 2025 14:07
Show Gist options
  • Select an option

  • Save tzhvh/f830dbc33d376d4fccb4c24ca116fcbc to your computer and use it in GitHub Desktop.

Select an option

Save tzhvh/f830dbc33d376d4fccb4c24ca116fcbc to your computer and use it in GitHub Desktop.
KDialog QR code display
# 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