Move waybar scripts into their own folder.

This commit is contained in:
Tom Alexander
2022-11-25 14:38:38 -05:00
parent b8deffaf7d
commit 0bf29aba6f
10 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
- name: Install scripts
copy:
src: "files/{{ item.src }}"
src: "files/waybar_scripts/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root