updated config files
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
- name: Install Sway stuff
|
- name: Install Sway stuff
|
||||||
community.general.pacman:
|
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
|
state: present
|
||||||
executable: paru
|
executable: paru
|
||||||
become: yes
|
become: yes
|
||||||
@@ -140,6 +140,7 @@
|
|||||||
loop:
|
loop:
|
||||||
- sway
|
- sway
|
||||||
- foot
|
- foot
|
||||||
|
- waybar
|
||||||
|
|
||||||
- name: Copy sway config to config
|
- name: Copy sway config to config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@@ -150,6 +151,15 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
remote_src: yes
|
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
|
- name: Copy foot config to config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: //tmp/dotfiles/foot.ini
|
src: //tmp/dotfiles/foot.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user