styling sddm
This commit is contained in:
10
local.yml
10
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:
|
||||
|
||||
Reference in New Issue
Block a user