From fe62da6b2cf88a999ba952a54dc61efa8897edd5 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Sat, 4 May 2024 23:23:35 +0700
Subject: [PATCH] tell new user to PICK A WALLPAPER (#468)
---
.config/ags/services/messages.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/ags/services/messages.js b/.config/ags/services/messages.js
index 70dc01e78..44a43e2d0 100644
--- a/.config/ags/services/messages.js
+++ b/.config/ags/services/messages.js
@@ -12,7 +12,7 @@ const FIRST_RUN_PATH = GLib.build_filenamev([GLib.get_user_cache_dir(), "ags", "
const FIRST_RUN_FILE_CONTENT = "Just a file to confirm that you have been greeted ;)";
const APP_NAME = "illogical-impulse";
const FIRST_RUN_NOTIF_TITLE = "Welcome!";
-const FIRST_RUN_NOTIF_BODY = `Looks like this is your first run. For a list of keybinds, hit Super + /.`;
+const FIRST_RUN_NOTIF_BODY = `First run? 👀 CTRL+SUPER+T to pick a wallpaper (or styles will break!)\nFor a list of keybinds, hit Super + /.`;
export async function firstRunWelcome() {
if (!fileExists(FIRST_RUN_PATH)) {