opgradering af wallpaper

hmm
This commit is contained in:
2025-06-17 20:27:43 +02:00
parent 41d1936b58
commit 9e0d75ca52
3 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -133,6 +133,14 @@
dest: "/home/{{ username }}/Pictures/atlantis-wallpaper.jpg"
mode: '0644'
- name: "TEMA :: Kopier Atlantis baggrundsbillede"
become: true
become_user: "{{ username }}"
ansible.builtin.copy:
src: "files/wallpapers/atlantis_spaceship.jpg"
dest: "/home/{{ username }}/Pictures/atlantis-spaceship.jpg"
mode: '0644'
- name: "TEMA :: Kopier hyprpaper konfiguration"
become: true
become_user: "{{ username }}"