Create polybar config directory
This commit is contained in:
parent
699caf30cc
commit
bccbc13d46
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue