From ea2b34c11fb64da2aedea86f886c01eb3f71e12e Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Fri, 29 Apr 2022 01:11:16 +0300 Subject: [PATCH] Change startx notification --- airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook index 89017ac..53f8676 100644 --- a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook +++ b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook @@ -9,4 +9,4 @@ Description = Add instructions for startx When = PostTransaction Depends = xorg-xinit Depends = sh -Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd" +Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m.\\n >> /etc/motd'