summaryrefslogtreecommitdiffstats
path: root/roles/hyprland
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-09 23:16:05 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-09 23:16:05 +0100
commitb13c40b30325c352d235ea31219271de506ff369 (patch)
treef58c25bdfab5a3604fef66e936735cf18ecc3fb4 /roles/hyprland
parented18c43b3f8cc2cbcbb2edf23384576264a7577a (diff)
Replace swaybg role with just package install
Since it's highly unlikely for this role to be used separately from archlinux hyprland setup, it's better to have it installed as a package and not as a separate role
Diffstat (limited to 'roles/hyprland')
-rw-r--r--roles/hyprland/meta/main.yml1
-rw-r--r--roles/hyprland/tasks/main.yml1
2 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml
index 79117f19..15e323f2 100644
--- a/roles/hyprland/meta/main.yml
+++ b/roles/hyprland/meta/main.yml
@@ -8,7 +8,6 @@ dependencies:
- role: "pipewire"
- role: "brightnessctl"
- role: "waybar"
- - role: "swaybg"
galaxy_info:
author: "a14m"
description: "Install hyprland"
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index ab93b60e..074fc1c0 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -5,6 +5,7 @@
name: "{{ item }}"
state: "present"
loop:
+ - "swaybg"
- "hyprlock"
- "hyprland"