From 0887a3bdf0e34977ee6aaf5244af06b4721ca249 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Jul 2026 17:32:23 -0700 Subject: [PATCH] Add more packages to make i3 more pleasant. --- tasks/workstation/linux/software/i3.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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