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

@@ -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