arch-install/roles/08_tweaks/tasks/wallpaper.yml

10 lines
333 B
YAML
Raw Normal View History

2024-06-10 08:54:38 +00:00
---
- 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'"