From fed580e7a9234f4665e0b8b04dff5114ce01ac27 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jan 2026 20:44:59 +0100 Subject: Add swaybg to hyprland --- roles/hyprland/meta/main.yml | 1 + roles/hyprland/templates/hyprland/autostart.conf.j2 | 1 + 2 files changed, 2 insertions(+) (limited to 'roles/hyprland') diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index 15e323f2..79117f19 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -8,6 +8,7 @@ dependencies: - role: "pipewire" - role: "brightnessctl" - role: "waybar" + - role: "swaybg" galaxy_info: author: "a14m" description: "Install hyprland" diff --git a/roles/hyprland/templates/hyprland/autostart.conf.j2 b/roles/hyprland/templates/hyprland/autostart.conf.j2 index bfd75e76..45651e4f 100644 --- a/roles/hyprland/templates/hyprland/autostart.conf.j2 +++ b/roles/hyprland/templates/hyprland/autostart.conf.j2 @@ -1,2 +1,3 @@ exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar +exec-once = uwsm-app -- swaybg -i ~/.config/themes/current/background -m fill -- cgit v1.2.3