Continue fixing i3 installation for Artix.

This commit is contained in:
2026-07-31 14:59:31 -07:00
parent 712b0b8ffe
commit 5ebfa7e8bb
+4
View File
@@ -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