Switch to using kitty for better color and text display. Meow!
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user