From 353d8276aabf59f4fa1b319fd84d123570ff05cf2d26a7363f707c6bb4f60686 Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Tue, 24 Jun 2025 19:19:50 +0200 Subject: [PATCH] styling opdatering --- local.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local.yml b/local.yml index 5e189ea..f6cebc5 100644 --- a/local.yml +++ b/local.yml @@ -187,6 +187,13 @@ dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf" mode: '0644' + - name: "STYLING :: Opret mappe til SDDM-konfiguration" + become: true + ansible.builtin.file: + path: /etc/sddm.conf.d + state: directory + mode: '0755' + - name: "STYLING :: Konfigurer SDDM til at bruge Sugar Candy temaet" become: true ansible.builtin.copy: