diff --git a/tasks/workstation/linux/software/i3.yml b/tasks/workstation/linux/software/i3.yml index 1f690d4..720bb90 100644 --- a/tasks/workstation/linux/software/i3.yml +++ b/tasks/workstation/linux/software/i3.yml @@ -7,10 +7,16 @@ - name: Workstation | Linux | Software | i3 | Facts | General [1/2] set_fact: - i3_package: i3 - i3_light: light i3_config: "settings/i3.config" i3_config_dir: "{{ user_user.home }}/.config/i3" + i3_package: i3 + i3_light: light + i3_files: thunar + i3_term: alacritty + i3_theming: lxappearance + i3_theme01: greybird-gtk-theme + i3_theme02: arc-theme + i3_theme03: numix-gtk-theme - name: Workstation | Linux | Software | i3 | Facts | General [1/2] set_fact: @@ -27,6 +33,12 @@ - "{{ i3_package }}" - "{{ lightdm }}" - "{{ i3_light }}" + - "{{ i3_files }}" + - "{{ i3_term }}" + - "{{ i3_theming }}" + - "{{ i3_theme01 }}" + - "{{ i3_theme02 }}" + - "{{ i3_theme03 }}" state: present update_cache: yes