Copy the new dwm function files into the global bin, usually /usr/local/bin/.

This commit is contained in:
2025-11-10 14:41:38 -07:00
parent 07cc51a5cc
commit b48dbbeee1

View File

@@ -78,3 +78,14 @@
owner: root
group: "{{ root_group }}"
mode: 0644
## Helper Functions for Status Bar ##
- name: Workstation | Linux | Software | DWM | Status Bar Functions
copy:
src: dwm/*.functions
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0644