diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:16:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:16:05 +0100 |
| commit | b13c40b30325c352d235ea31219271de506ff369 (patch) | |
| tree | f58c25bdfab5a3604fef66e936735cf18ecc3fb4 /roles/hyprland/tasks | |
| parent | ed18c43b3f8cc2cbcbb2edf23384576264a7577a (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/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
