Move waybar into its own role that sway depends on.

This commit is contained in:
Tom Alexander
2022-11-25 15:35:36 -05:00
parent 2222c9d033
commit 7c6c81711b
22 changed files with 104 additions and 49 deletions

View File

@@ -1,14 +1,3 @@
- name: Install scripts
copy:
src: "files/waybar_scripts/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: waybar_custom_clock.py
dest: /usr/local/bin/waybar_custom_clock
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'