Move waybar into its own role that sway depends on.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
- libnotify # mako doesn't seem to work without it
|
||||
- pcmanfm # For mounting drives
|
||||
- wf-recorder # screen recording
|
||||
- waybar
|
||||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr # screen sharing
|
||||
# - rofimoji
|
||||
@@ -49,19 +48,3 @@
|
||||
- src: launch_sway_freebsd.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_freebsd.bash
|
||||
dest: /usr/local/bin/waybar_custom_battery
|
||||
- src: waybar_available_memory_freebsd.bash
|
||||
dest: /usr/local/bin/waybar_custom_available_memory
|
||||
- src: waybar_sound_freebsd.bash
|
||||
dest: /usr/local/bin/waybar_custom_sound
|
||||
- src: waybar_temperature_freebsd.bash
|
||||
dest: /usr/local/bin/waybar_custom_temperature
|
||||
|
||||
Reference in New Issue
Block a user