Modernize i3 setup: alacritty, dunst, rofi, i3blocks, blurlock, picom updates

This commit is contained in:
2026-02-15 06:05:55 +01:00
parent a4dad1f508
commit 0b9647b407
17 changed files with 139 additions and 73 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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