From 90d4a2243136de8b5b8c55891812856d4fd85640 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Jul 2026 18:15:21 -0700 Subject: [PATCH] Switch to using kitty for better color and text display. Meow! --- tasks/general/acct_mgmt/users.yml | 3 ++- tasks/workstation/linux/software/i3.yml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 2c09548..1e5da18 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -125,7 +125,8 @@ - name: General | Account Management | Users | Files | Profile Variables set_fact: export_path_additions: export PATH="~/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH" - export_terminal: export TERMINAL="alacritty" + #export_terminal: export TERMINAL="alacritty" # colors look weird. + export_terminal: export TERMINAL="kitty" - name: General | Account Management | Users | Files | RC Variables set_fact: diff --git a/tasks/workstation/linux/software/i3.yml b/tasks/workstation/linux/software/i3.yml index 720bb90..b7b94c8 100644 --- a/tasks/workstation/linux/software/i3.yml +++ b/tasks/workstation/linux/software/i3.yml @@ -12,7 +12,8 @@ i3_package: i3 i3_light: light i3_files: thunar - i3_term: alacritty + i3_term01: alacritty + i3_term02: kitty i3_theming: lxappearance i3_theme01: greybird-gtk-theme i3_theme02: arc-theme @@ -34,7 +35,8 @@ - "{{ lightdm }}" - "{{ i3_light }}" - "{{ i3_files }}" - - "{{ i3_term }}" + - "{{ i3_term01 }}" + - "{{ i3_term02 }}" - "{{ i3_theming }}" - "{{ i3_theme01 }}" - "{{ i3_theme02 }}"