arch-install/roles/08_tweaks/tasks/wallpaper.yml
Ariejan de Vroom 9a6fb39e06
Some checks failed
Lint / Lint (3.10) (push) Failing after 18s
Lint / Lint (3.11) (push) Failing after 22s
Auto-install arch/gnome wallpaper
2024-06-10 10:54:38 +02:00

10 lines
333 B
YAML

---
- name: Copy wallpaper file
copy:
src: arch-matrix.jpg
dest: "/home/{{ user.name }}/.local/share/backgrounds/arch-matrix.jpg"
- name: Set GNOME wallpaper
become_user: "{{ user.name }}"
dconf: key="/org/gnome/desktop/background/picture-uri" value="'/home/{{ user.name }}/.local/share/backgrounds/arch-matrix.jpg'"