update arch wallpaper
Some checks failed
Lint / Lint (3.10) (push) Failing after 17s
Lint / Lint (3.11) (push) Failing after 14s

This commit is contained in:
Ariejan de Vroom 2024-06-10 13:06:00 +02:00
parent 8934bef63c
commit 2dadbedf57
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB

View File

@ -1,10 +1,10 @@
---
- name: Copy wallpaper file
copy:
src: arch-matrix.jpg
dest: "/home/{{ user.name }}/.local/share/backgrounds/arch-matrix.jpg"
src: arch.png
dest: "/home/{{ user.name }}/.local/share/backgrounds/arch.png"
- 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'"
dconf: key="/org/gnome/desktop/background/picture-uri" value="'/home/{{ user.name }}/.local/share/backgrounds/arch.png'"