From 1c18fc57f3a78404dfb9b8b0cfd56c9270ab01a6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 12 Nov 2020 18:20:03 +0100 Subject: Welcome notification update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index fcf9e14..324382a 100644 --- a/config.h +++ b/config.h @@ -21,7 +21,7 @@ static const char *colors[][3] = { static const char *const autostart[] = { "/home/jozan/.config/dwm/dwmrc", NULL, - "/usr/local/bin/notify-send", "-u", "normal", "\uf30c", "Welcome back, partner!", NULL, + "/usr/local/bin/notify-send", "-u", "normal", "Welcome", "\uf30c Welcome back, partner!", NULL, NULL /* terminate */ }; -- cgit v1.2.3