Starting a custom clock in python.

This commit is contained in:
Tom Alexander
2022-10-18 20:04:46 -04:00
parent 637e9b5fed
commit 7e84f7980e
4 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
- name: Install scripts
copy:
src: "files/{{ 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"'