Add more packages to make i3 more pleasant.

This commit is contained in:
2026-07-17 17:32:23 -07:00
parent 3861f2fad4
commit 0887a3bdf0
+14 -2
View File
@@ -7,10 +7,16 @@
- name: Workstation | Linux | Software | i3 | Facts | General [1/2] - name: Workstation | Linux | Software | i3 | Facts | General [1/2]
set_fact: set_fact:
i3_package: i3
i3_light: light
i3_config: "settings/i3.config" i3_config: "settings/i3.config"
i3_config_dir: "{{ user_user.home }}/.config/i3" 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] - name: Workstation | Linux | Software | i3 | Facts | General [1/2]
set_fact: set_fact:
@@ -27,6 +33,12 @@
- "{{ i3_package }}" - "{{ i3_package }}"
- "{{ lightdm }}" - "{{ lightdm }}"
- "{{ i3_light }}" - "{{ i3_light }}"
- "{{ i3_files }}"
- "{{ i3_term }}"
- "{{ i3_theming }}"
- "{{ i3_theme01 }}"
- "{{ i3_theme02 }}"
- "{{ i3_theme03 }}"
state: present state: present
update_cache: yes update_cache: yes