styling wofi

This commit is contained in:
2025-06-15 19:59:51 +02:00
parent 4929594133
commit 2851058ef1
3 changed files with 52 additions and 0 deletions

View File

@@ -70,6 +70,8 @@
- hyprpaper
- sddm
- firefox # Browser
- flatpak
- vscodium
- ufw # Firewall
state: present
@@ -99,6 +101,8 @@
- { src: 'kitty.conf.j2', dest: 'kitty/kitty.conf' }
- { src: 'waybar-config.j2', dest: 'waybar/config' }
- { src: 'waybar-style.css.j2', dest: 'waybar/style.css' }
- { src: 'wofi-config.j2', dest: 'wofi/config' }
- { src: 'wofi-style.css.j2', dest: 'wofi/style.css' }
- name: "TEMA :: Installer Atlantis skrifttype"
ansible.builtin.copy:
@@ -168,6 +172,13 @@
# name: OpenSSH # Bruger UFW's applikationsprofil for SSH
# tags: firewall
- name: "FLATPAK :: Installer LibreOffice" # <--- TILFØJ DENNE NYE OPGAVE
become: true
become_user: "{{ username }}"
community.general.flatpak:
name: org.libreoffice.LibreOffice
state: present
- name: "FIREWALL :: Aktiver og start UFW service"
community.general.ufw:
state: enabled # Dette aktiverer firewallen, så den starter ved boot