styling sddm

This commit is contained in:
2025-06-23 22:23:48 +02:00
parent ac24355f28
commit 523cf64614

View File

@@ -93,6 +93,7 @@
- swayidle - swayidle
- swaylock-effects - swaylock-effects
- iptables-nft - iptables-nft
- sddm-sugar-candy-git
- ufw # Firewall - ufw # Firewall
state: present state: present
@@ -186,6 +187,15 @@
dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf" dest: "/home/{{ username }}/.config/hypr/hyprpaper.conf"
mode: '0644' 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" - name: "FIREWALL :: Konfigurer UFW's standardpolitikker"
tags: firewall tags: firewall
block: block: