Change startx notification

This commit is contained in:
Сергей Морозов 2022-04-29 01:11:16 +03:00
parent aa5f48f539
commit ea2b34c11f
1 changed files with 1 additions and 1 deletions

View File

@ -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'