Create polybar config directory

This commit is contained in:
Jake Howard 2019-03-14 08:41:04 +00:00
parent 699caf30cc
commit bccbc13d46
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -23,6 +23,15 @@
mode: 0644
owner: "{{ user }}"
- name: "Create polybar config directory"
file:
path: '{{ home }}/.config/polybar/'
state: directory
owner: "{{ user }}"
mode: 0755
- name: "Polybar scripts"
git:
repo: https://github.com/x70b1/polybar-scripts