summaryrefslogtreecommitdiffstats
path: root/display/qingy-themes/sourcemage/theme
blob: d95b755569638ccf84c7717e215bfc8a9d1a5e9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
theme
{	
	background = "smgl.jpg"
	font = "VeraBd.ttf"


# opacity values, from 0 (transparent) to 255 (opaque)
	button_opacity          = 128
	window_opacity          = 128
	selected_window_opacity = 207

# Colors can be given in a hex quadruplet (values from 00 to ff)
# or via comma-separated decimals (0 to 255). Format is RGBA
#	mask_text_color   = [ 28b428ff ]
#	cursor_text_color = [ 145a14dd ]
#	other_text_color  = [ 404040ff ]
	default_text_color   =  [ff0000ff]
	default_cursor_color =  [ff0000aa]
	other_text_color     =  [f0000010]
}


window
{
	# window geometry
	x      = 110
	y      = 525
	width  = 780
	height = 200

	text_size        = medium
	text_orientation = left

	# update time, 0 means do not update
	time = 1

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "It's <INS_CMD_HERE>"
	command = "date"
}

window
{
	# window geometry
	x      = 0
	y      = 140
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Mage:"
	linkto  = "login"
}

window
{
	# window geometry
	x      = 240
	y      = 140
	width  = 560
	height = 50

	text_size    = large

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "login"
}

window
{
	# window geometry
	x      = 0
	y      = 215
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Passwd:"
	linkto  = "password"
}

window
{
	# window geometry
	x      = 240
	y      = 215
	width  = 560
	height = 50

	text_size    = large
	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "password"
}

window
{
	# window geometry
	x      = 0
	y      = 290
	width  = 220
	height = 50

	text_size        = large
	text_orientation = right

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type    = "label"
	content = "Session:"
	linkto  = "session"
}

window
{
	# window geometry
	x      = 240
	y      = 290
	width  = 560
	height = 50

	text_size    = large
	text_color       =[ffffff50]
	cursor_color     =[ffffff10]

	# update time, 0 means do not update
	time = 0

	# window type, allowed values are:
	# "label", "button", "login", "password", "combo"
	type = "combo"

	# In this case: what text do you want to display?
	command = "sessions"
}


window
{
	# window geometry
	x    = 360
	y    = 375
	type = "button"

	# Allowed commands:
	# "halt", "reboot", "sleep", "screensaver"
	command = "halt"

	# Image prefix: will be converted to
	# "<name>_normal.png" and "<name>_mouseover.png"
	content = "power"
}

window
{
	x       = 430
	y       = 375
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 500
	y       = 375
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}

window
{
	x       = 570
	y       = 375
	type    = "button"
	command = "sleep"
	content = "sleep"
}