From 67b0f679411263e7dbce066f921b2a199e954efc Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 6 Jun 2024 17:03:48 +0100 Subject: [PATCH] Add new GDM icon --- roles/home-gui/files/face.svg | 108 ++++++++++++++++++++++++++++++ roles/home-gui/tasks/dotfiles.yml | 2 +- 2 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 roles/home-gui/files/face.svg diff --git a/roles/home-gui/files/face.svg b/roles/home-gui/files/face.svg new file mode 100644 index 0000000..1e84fc7 --- /dev/null +++ b/roles/home-gui/files/face.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index ff90d84..81be3ff 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -73,5 +73,5 @@ dest: "{{ ansible_env.XDG_DATA_HOME }}/wallpaper-dark.svg" - name: Create $HOME/.face ansible.builtin.copy: - src: "wallpaper-light.svg" + src: "face.svg" dest: "{{ ansible_env.HOME }}/.face"