From ed18c43b3f8cc2cbcbb2edf23384576264a7577a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jan 2026 23:10:04 +0100 Subject: Replace hyprlock with package Since the hyprland role installs hyprland and all the required dependencies that are needed (that can't function on their own), it's better to just replace the hyprlock role with just the package needed in the hyprland role --- roles/hyprland/meta/main.yml | 1 - roles/hyprland/tasks/main.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/hyprland') diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index d6670e78..79117f19 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -9,7 +9,6 @@ dependencies: - role: "brightnessctl" - role: "waybar" - role: "swaybg" - - role: "hyprlock" galaxy_info: author: "a14m" description: "Install hyprland" diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 76e9f2d1..ab93b60e 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -5,6 +5,7 @@ name: "{{ item }}" state: "present" loop: + - "hyprlock" - "hyprland" - name: "Configure greetd" -- cgit v1.2.3