From e548c6b0cde84e11528ecb0693d0fe6abd32bdc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 16 May 2024 12:42:26 -0700 Subject: [PATCH] Change default for 8 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 53a03be..9b744d1 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( i18n = import('i18n') symlink = meson.current_source_dir() / 'meson' / 'symlink.py' -default_wallpaper = 'Photo of Valley.jpg' +default_wallpaper = 'A Large Body of Water Surrounded By Mountains.jpg' if get_option('early_access') rsvg = find_program('rsvg-convert')