chiark / gitweb /
util: always highlight distro name
[elogind.git] / src / util.c
index f762f9765ec648af87f20caf81311357a8d94e74..7f9f2b36a239be98f40ad69d0e7160b3179172d8 100644 (file)
@@ -2996,7 +2996,7 @@ void status_welcome(void) {
         else if (startswith(r, "Fedora"))
                 status_printf("Welcome to \x1B[0;34m%s\x1B[0m!\n", r); /* Blue for Fedora */
         else
-                status_printf("Welcome to %s!\n", r);
+                status_printf("Welcome to \x1B[1m%s\x1B[0m!\n", r); /* Highlight for everything else */
 
         free(r);