-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy paththeme.conf
321 lines (291 loc) · 7.44 KB
/
theme.conf
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# Copyright 2019 Romain V. <[email protected]> - <https://github.com/Rokin05>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this program; if not, see <https://www.gnu.org/licenses>.
[General]
# BACKGROUND :
# type : color, image
type=color
color=#1d1e19
background="components/artwork/background.jpg"
background.blur=true
background.blur.intensity=64
# MENU :
# menu.default.size : mini, icon, tiny, half, halfmax, full
# menu.default.position : left, right
menu.default.size=halfmax
menu.default.position=left
# MULTISCREEN :
# Does SDDM must be only show on the primary display screen ?
enable.primary_screen_only=false
# INTERFACE :
enable.button.shutdown=true
enable.button.reboot=true
enable.button.suspend=true
enable.button.otheruser=true
enable.button.fullscreen.switch=true
# ELEMENTS POSITIONS :
# Note : When menu is left, its mirrored.
# *this not support multiple item at the same position (stacking result).
#
# | top-left ----- top ----- top-right |
# | left right |
# | bottom-left - bottom - bottom-left |
#
position.clock="top"
position.combobox="bottom-right"
position.button.action="bottom"
position.button.virtual.keyboard="bottom-left"
position.battery="top-right"
###position.button.fullsize
# =========================
# Style
# =========================
# Notes : Color can use alpha value :
# By a hexadecimal triplet or quad in the form "#RRGGBB" and "#AARRGGBB" respectively.
# https://doc.qt.io/qt-5/qml-color.html
[screensaver]
timer.secondes=90
clock.visible=true
[menu]
background.color.normal=#000000
background.opacity=0.08
border.color.normal=#000000
border.color.hover=#000000
border.color.press=#000000
border.opacity.normal=0.18
border.opacity.hover=0.24
border.opacity.press=0.28
border.size=2
[userlist]
icon.size=96
icon.round=true
icon.round.defaultface=true
frame.spacing=22
text.size.normal=10
text.size.focus=12
text.bold.normal=false
text.bold.focus=false
text.italic=false
text.font=
text.color.normal=#fafafa
text.color.focus=#fafafa
shadow.color=#000000
shadow.spread=0.1
shadow.radius=14
# Username on vertical userlist-view
[label.username]
text.size=12
text.bold=false
text.italic=false
text.font=
text.color=#fafafa
shadow.color=#80000000
shadow.spread=0.1
shadow.radius=6
[alert.message]
text.size=8
text.bold=false
text.italic=false
text.font=
text.color=#57584f
[combobox]
background.color.normal=#161613
background.color.hover=#161613
background.color.press=#161613
background.color.focus=#161613
border.color.normal=#141411
border.color.hover=#141411
border.color.press=#141411
border.color.focus=#2f302b
border.size.normal=1
border.size.hover=1
border.size.press=1
border.size.focus=1
text.color.normal=#57584f
text.color.hover=#57584f
text.color.press=#57584f
text.color.focus=#57584f
text.size=9
text.bold=false
text.italic=false
text.font=
radius=12
arrow.visible=true
shadow.color=#000000
shadow.spread=0.4
shadow.radius=6
[combobox.popup]
background.color.normal=#161613
border.color.normal=#161613
radius=6
shadow.color=#000000
shadow.spread=0.6
shadow.radius=6
[combobox.menu]
background.color.normal=#161613
background.color.hover=#1a1a16
background.color.press=#1a1a16
background.color.focus=#1a1a16
text.color.normal=#57584f
text.color.hover=#57584f
text.color.press=#57584f
text.color.focus=#57584f
text.size=9
text.italic=false
text.font=
flag.visible=true
flag.size=16
radius=0
[button]
height=40
background.color.normal=#161613
background.color.hover=#161613
background.color.press=#161613
###background.color.focus
border.color.normal=#141411
border.color.hover=#141411
border.color.press=#141411
###border.color.focus
border.size.normal=1
border.size.hover=1
border.size.press=1
text.color.normal=#57584f
text.color.hover=#57584f
text.color.press=#57584f
text.size=9
text.bold=false
text.italic=false
text.font=
radius=20
[textfield]
height=40
width=200
width.min=125
background.color.normal=#161613
background.color.hover=#161613
background.color.focus=#161613
border.color.normal=#141411
border.color.hover=#141411
border.color.focus=#141411
border.size.normal=1
border.size.hover=1
border.size.focus=1
text.color.normal=#57584f
text.color.hover=#57584f
text.color.select=#57584f
text.color.select.bg=#1f201c
text.size=9
text.bold=false
text.italic=false
text.font=
icon.size=16
radius=12
[action.button]
icon.size=48
text.color.normal=#57584f
text.color.hover=#57584f
text.color.press=#57584f
text.color.focus=#57584f
text.size=8
text.bold=false
text.italic=false
text.font=
text.visible=true
text.autohide=true
opacity.normal=0.8
opacity.hover=1
opacity.disabled=0.4
shadow.color=#000000
shadow.spread=0.2
shadow.radius=8
[switch]
height=14
width=56
background.color.on.normal=#161613
background.color.on.hover=#161613
background.color.on.press=#161613
background.color.on.focus=#161613
background.color.off.normal=#161613
background.color.off.hover=#161613
background.color.off.press=#161613
background.color.off.focus=#161613
border.size.normal=1
border.size.hover=1
border.size.press=1
border.size.focus=1
border.color.on.normal=#141411
border.color.on.hover=#141411
border.color.on.press=#141411
border.color.on.focus=#2f302b
border.color.off.normal=#141411
border.color.off.hover=#141411
border.color.off.press=#141411
border.color.off.focus=#2f302b
# ==
indicator.size=28
indicator.color.on.normal=#393a34
indicator.color.on.hover=#393a34
indicator.color.on.press=#393a34
indicator.color.on.focus=#393a34
indicator.color.off.normal=#2f302b
indicator.color.off.hover=#31322d
indicator.color.off.press=#31322d
indicator.color.off.focus=#31322d
indicator.border.size.normal=1
indicator.border.size.hover=1
indicator.border.size.press=1
indicator.border.size.focus=1
indicator.border.color.on.normal=#141411
indicator.border.color.on.hover=#141411
indicator.border.color.on.press=#141411
indicator.border.color.on.focus=#141411
indicator.border.color.off.normal=#141411
indicator.border.color.off.hover=#141411
indicator.border.color.off.press=#141411
indicator.border.color.off.focus=#141411
# Time and Date format expressions :
# https://doc.qt.io/qt-5/qml-qtqml-qt.html#formatDateTime-method
[clock]
time.visible=true
time.size=48
time.bold=false
time.italic=false
time.font=pacifico
time.format=hh:mm
time.color=#fafafa
date.visible=true
date.size=32
date.bold=false
date.italic=false
date.font=pacifico
date.format=
date.color=#fafafa
shadow.color=#000000
shadow.spread=0.2
shadow.radius=14
# =========================
# Files paths
# =========================
[path]
combobox.folder.flags="artwork/combobox/flags/default"
combobox.icon.arrow="artwork/combobox/double-arrow.png"
textfield.icon.hidden="artwork/textbox/hidden.svg"
textfield.icon.visible="artwork/textbox/visible.svg"
textfield.icon.clear="artwork/textbox/backspace.svg"
action.icon.suspend="artwork/buttons/suspend.svg"
action.icon.reboot="artwork/buttons/reboot.svg"
action.icon.shutdown="artwork/buttons/shutdown.svg"
action.icon.switchuser="artwork/buttons/switch-user.svg"
action.icon.fullscreen="artwork/buttons/fullscreen.svg"
login.icon.default="artwork/face.icon"