updated config files
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
- name: Install Sway stuff
|
||||
community.general.pacman:
|
||||
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils
|
||||
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils,firefox
|
||||
state: present
|
||||
executable: paru
|
||||
become: yes
|
||||
@@ -140,6 +140,7 @@
|
||||
loop:
|
||||
- sway
|
||||
- foot
|
||||
- waybar
|
||||
|
||||
- name: Copy sway config to config
|
||||
ansible.builtin.copy:
|
||||
@@ -149,6 +150,15 @@
|
||||
group: tobi
|
||||
mode: '0644'
|
||||
remote_src: yes
|
||||
|
||||
- name: Copy waybar config to config
|
||||
ansible.builtin.copy:
|
||||
src: //tmp/dotfiles/waybar.config
|
||||
dest: /home/tobi/.config/waybar/config
|
||||
owner: tobi
|
||||
group: tobi
|
||||
mode: '0644'
|
||||
remote_src: yes
|
||||
|
||||
- name: Copy foot config to config
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user