Switch to using kitty for better color and text display. Meow!

This commit is contained in:
2026-07-17 18:15:21 -07:00
parent 28829018cd
commit 90d4a22431
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -125,7 +125,8 @@
- name: General | Account Management | Users | Files | Profile Variables - name: General | Account Management | Users | Files | Profile Variables
set_fact: set_fact:
export_path_additions: export PATH="~/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH" 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 - name: General | Account Management | Users | Files | RC Variables
set_fact: set_fact:
+4 -2
View File
@@ -12,7 +12,8 @@
i3_package: i3 i3_package: i3
i3_light: light i3_light: light
i3_files: thunar i3_files: thunar
i3_term: alacritty i3_term01: alacritty
i3_term02: kitty
i3_theming: lxappearance i3_theming: lxappearance
i3_theme01: greybird-gtk-theme i3_theme01: greybird-gtk-theme
i3_theme02: arc-theme i3_theme02: arc-theme
@@ -34,7 +35,8 @@
- "{{ lightdm }}" - "{{ lightdm }}"
- "{{ i3_light }}" - "{{ i3_light }}"
- "{{ i3_files }}" - "{{ i3_files }}"
- "{{ i3_term }}" - "{{ i3_term01 }}"
- "{{ i3_term02 }}"
- "{{ i3_theming }}" - "{{ i3_theming }}"
- "{{ i3_theme01 }}" - "{{ i3_theme01 }}"
- "{{ i3_theme02 }}" - "{{ i3_theme02 }}"