815a789b86
PR: ports/177857 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
--- ./themes/default/slim.theme.orig 2012-12-31 07:03:42.000000000 -0600
|
|
+++ ./themes/default/slim.theme 2013-03-23 14:10:35.000000000 -0500
|
|
@@ -1,9 +1,10 @@
|
|
# text04 theme for SLiM
|
|
# by Johannes Winkelmann
|
|
+# ... with improvements by Doug Barton, dougb@FreeBSD.org
|
|
|
|
# Messages (ie: shutdown)
|
|
msg_color #FFFFFF
|
|
-msg_font Verdana:size=18:bold:dpi=75
|
|
+msg_font Verdana:size=20:bold:dpi=75
|
|
msg_x 50%
|
|
msg_y 40%
|
|
msg_shadow_color #702342
|
|
@@ -27,11 +28,21 @@
|
|
username_color #f9f9f9
|
|
username_x 280
|
|
username_y 183
|
|
-password_x 50%
|
|
+password_x 280
|
|
password_y 183
|
|
-username_shadow_color #702342
|
|
username_shadow_xoffset 1
|
|
username_shadow_yoffset 1
|
|
+username_shadow_color #702342
|
|
+
|
|
+# Welcome message
|
|
+welcome_font Verdana:size=12:dpi=75
|
|
+welcome_color #f9f9f9
|
|
+welcome_x 280
|
|
+welcome_y 210
|
|
+welcome_shadow_xoffset 1
|
|
+welcome_shadow_yoffset 1
|
|
+welcome_shadow_color #702342
|
|
|
|
username_msg Username:
|
|
password_msg Password:
|
|
+welcome_msg %host
|