Fixed bugs
Added paru installation Switchted to hyprlock
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
- name: "[Hyprland] Install"
|
||||
ansible.builtin.package:
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- hyprland
|
||||
state: latest
|
||||
become: true
|
||||
- hyprlock-git
|
||||
state: present
|
||||
|
||||
- name: "[Hyprland] Create config folder"
|
||||
ansible.builtin.file:
|
||||
mode: "0755"
|
||||
mode: 0755
|
||||
path: "{{ ansible_user_dir }}/.config/hypr"
|
||||
state: directory
|
||||
|
||||
@@ -16,3 +16,13 @@
|
||||
ansible.builtin.copy:
|
||||
src: "./"
|
||||
dest: "{{ ansible_user_dir }}/.config/hypr"
|
||||
|
||||
- name: "[Hyprland] Configure startup"
|
||||
ansible.builtin.template:
|
||||
src: startup.conf
|
||||
dest: "{{ ansible_user_dir }}/.config/hypr"
|
||||
|
||||
- name: "[Hyprland] Configure windowrules"
|
||||
ansible.builtin.template:
|
||||
src: windowrule.conf
|
||||
dest: "{{ ansible_user_dir }}/.config/hypr"
|
||||
|
||||
Reference in New Issue
Block a user