Move waybar scripts into their own folder.
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
loop:
|
||||
- src: launch_sway_linux.bash
|
||||
dest: /usr/local/bin/launch_sway
|
||||
|
||||
- name: Install scripts
|
||||
copy:
|
||||
src: "files/waybar_scripts/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- src: waybar_battery_linux.bash
|
||||
dest: /usr/local/bin/waybar_custom_battery
|
||||
- src: waybar_available_memory_linux.bash
|
||||
|
||||
Reference in New Issue
Block a user