Lots of config changes to things

This commit is contained in:
Jonathan Hodgson 2019-01-08 16:26:44 +00:00
parent b05f18aeea
commit 930159d492
15 changed files with 619 additions and 57 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/bash
echo "$@" | curl -F-=\<- qrenco.de
echo "$@" | qrencode -s 50 -o /tmp/qrcode && sxiv -f /tmp/qrcode && rm /tmp/qrcode