1# Archlinux SLiM Theme
2# Thayer Williams
3# thayer@archlinux.org
4# http://www.cinderwick.ca
5
6# messages (ie: shutdown, session options, etc)
7msg_color               #FFFFFF
8msg_font                Sans:size=10:bold:dpi=96
9msg_x                   50%
10msg_y                   70%
11
12# valid values: stretch, tile
13background_style        tile
14background_color        #000000
15
16# input box controls
17input_font          	Sans:size=10:bold:dpi=96
18input_fgcolor           #000000
19# panel location
20input_panel_x           50%
21input_panel_y           50%
22input_name_x            52
23input_name_y            214
24# force single input box (gdm style)
25input_pass_x            -1
26input_pass_y            -1
27
28# username / password request (actual text)
29username_font          	Sans:size=10:bold:dpi=96
30username_color        	#ffffff
31username_x              50
32username_y              190
33password_x              50
34password_y              190
35username_msg            Username:
36password_msg            Password:
37
38# welcome message
39#welcome_x              	50%
40#welcome_y              	22
41#welcome_font          	Sans:size=10:bold:dpi=96
42#welcome_color          	#ffffff
43
44