Create ~/.face profile picture for GDM
This commit is contained in:
parent
9f1a64b30c
commit
e6c89933a0
1 changed files with 4 additions and 0 deletions
|
@ -71,3 +71,7 @@
|
|||
ansible.builtin.copy:
|
||||
src: "wallpaper-dark.svg"
|
||||
dest: "{{ ansible_env.XDG_DATA_HOME }}/wallpaper-dark.svg"
|
||||
- name: Create $HOME/.face
|
||||
ansible.builtin.copy:
|
||||
src: "wallpaper-light.svg"
|
||||
dest: "{{ ansible_env.HOME }}/.face"
|
||||
|
|
Loading…
Reference in a new issue