From 9b01cbfa7c4c894551f2cf6bf3f00c0290d6f886 Mon Sep 17 00:00:00 2001 From: oxmc Date: Mon, 4 Aug 2025 17:18:24 -0700 Subject: [PATCH] Add stage3/02-setup-system/files/00-gnome-initial-setup --- stage3/02-setup-system/files/00-gnome-initial-setup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stage3/02-setup-system/files/00-gnome-initial-setup diff --git a/stage3/02-setup-system/files/00-gnome-initial-setup b/stage3/02-setup-system/files/00-gnome-initial-setup new file mode 100644 index 0000000..bff1605 --- /dev/null +++ b/stage3/02-setup-system/files/00-gnome-initial-setup @@ -0,0 +1,8 @@ +# This file changes the wallpaper in the gnome-initial-setup session + +[org/gnome/desktop/background] +picture-uri='file:///usr/local/share/backgrounds/loveimage.png' +picture-options='zoom' + +[org/gnome/desktop/screensaver] +picture-uri='file:///usr/local/share/backgrounds/loveimage.png' \ No newline at end of file