spark/roles/media/tasks/qcode.yml
Pig Monkey 9e9f078483 add qcode script
To make this script particularly useful, configure a keyboard shortcut
for it and tell i3 to float the feh window.

Example:
4f7c1c9ea6

Original script source:
https://raw.githubusercontent.com/lathan/dotfiles/master/scripts/clipqr.sh
2016-02-05 18:09:57 -08:00

10 lines
191 B
YAML

---
- name: Install qrencode
pacman: name=qrencode state=present
tags:
- qcode
- name: Push qcode script
copy: src=qcode.sh dest=/usr/local/bin/qcode mode=0755
tags:
- qcode