From 5ebfa7e8bbdf829d6c55564b07342631e92fa93a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 31 Jul 2026 14:59:31 -0700 Subject: [PATCH] Continue fixing i3 installation for Artix. --- tasks/workstation/linux/software/i3.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/workstation/linux/software/i3.yml b/tasks/workstation/linux/software/i3.yml index ae7478d..c88decd 100644 --- a/tasks/workstation/linux/software/i3.yml +++ b/tasks/workstation/linux/software/i3.yml @@ -26,12 +26,16 @@ - name: Workstation | Linux | Software | i3 | Facts | pacman set_fact: i3_theme01: htop + i3_theme02: htop + i3_theme03: htop when: ansible_pkg_mgr == "pacman" - name: Workstation | Linux | Software | i3 | Facts | yay set_fact: i3_yay_packages: - greybird-gtk-theme + - enlightenment-arc-theme + - numix-gtk-theme when: ansible_pkg_mgr == "pacman" #- name: Workstation | Linux | Software | i3 | Facts | TBD