Modernize i3 setup: alacritty, dunst, rofi, i3blocks, blurlock, picom updates
This commit is contained in:
@@ -10,6 +10,18 @@
|
||||
src: "files/configs/i3/i3/config"
|
||||
dest: "{{ userhome }}/.i3/config"
|
||||
|
||||
- name: i3 Configuration - Create alacritty directory
|
||||
become_user: "{{ username }}"
|
||||
file:
|
||||
path: "{{ userhome }}/.config/alacritty"
|
||||
state: directory
|
||||
|
||||
- name: i3 Configuration - Copy "{{ userhome }}/.config/alacritty/alacritty.toml"
|
||||
become_user: "{{ username }}"
|
||||
copy:
|
||||
src: "files/configs/alacritty/alacritty.toml"
|
||||
dest: "{{ userhome }}/.config/alacritty/alacritty.toml"
|
||||
|
||||
- name: i3 Configuration - Copy "{{ userhome }}/.config/picom.conf"
|
||||
become_user: "{{ username }}"
|
||||
copy:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["gnome-terminal", "ranger", "mousepad"]
|
||||
name: ["alacritty", "ranger", "mousepad"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["gnome-terminal", "ranger", "mousepad"]
|
||||
name: ["alacritty", "ranger", "mousepad"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["gnome-terminal", "ranger", "mousepad"]
|
||||
name: ["alacritty", "ranger", "mousepad"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
|
||||
Reference in New Issue
Block a user