From e6c89933a07471bc16f4d502cf97dd1fb6cbf65c Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 5 Jun 2024 14:28:31 +0100 Subject: [PATCH] Create ~/.face profile picture for GDM --- roles/home-gui/tasks/dotfiles.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 3fb05fe..ff90d84 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -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"