From 523cf64614bfb7b4b2ae70009c88bb0d30e84cb04a44d78c3f9e25b04ed82f17 Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Mon, 23 Jun 2025 22:23:48 +0200 Subject: [PATCH] styling sddm --- local.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/local.yml b/local.yml index 8cee239..5e189ea 100644 --- a/local.yml +++ b/local.yml @@ -93,6 +93,7 @@ - swayidle - swaylock-effects - iptables-nft + - sddm-sugar-candy-git - ufw # Firewall state: present @@ -186,6 +187,15 @@ dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf" mode: '0644' + - name: "STYLING :: Konfigurer SDDM til at bruge Sugar Candy temaet" + become: true + ansible.builtin.copy: + dest: /etc/sddm.conf.d/theme.conf + content: | + [Theme] + Current=sugar-candy + mode: '0644' + - name: "FIREWALL :: Konfigurer UFW's standardpolitikker" tags: firewall block: