This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.conf
132 lines (91 loc) · 3.34 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
[General]
# Set to your screen resolution for better results
width=
height=
backgroundColour="black"
wallpaper="backgrounds/forest.jpg"
# Whether to scale the image to fit on the screen, might leave some blank spaces
# will scale and crop the wallpaper if left false
fitWallpaper=false
# Main font
fontFamily="Noto Sans"
# Set to a patched NerdFont if some icons don't display properly
# or leave empty to use the main font family
iconFont=""
# Set this if fonts are the wrong size for your resolution
fontSize=
# Whether to show icons inside menus
iconsInMenus=true
# [Colour_Palette]
# The main colour for text and icons
primaryColour="white"
# The background colour of popup panels
popupsBackgroundColour="#2a2a2a"
# Used for the text and icons inside popup panels
popupsForegroundColour="white"
# Colour used for selected and focused items
accentColour="#568b22"
# [Greeting_Screen]
# Set true to be taken directly to the login screen
skipToLogin=false
# Supports Markdown formatting, leave empty to not display any text
greeting="Welcome back!"
# Adjusts the font size for the greeting message, clock and date
fontSizeMultiplier=2
# For help with date and time formatting see https://doc.qt.io/qt-5/qml-qtqml-date.html#format-strings
clockFormat="HH:mm"
dateFormat="dddd, dd MMMM"
# Set this in case the date isn't in your system locale or you wish to use a different one
locale=""
# Styles the clock font
# Set to 'outline' for alternate style
clockStyle=fill
# Anchor the clock to a side or corner of the screen, horizontal position is susceptible to layout mirroring
# Syntax: vertical | horizontal
# possible vertical values: top - center - bottom
# and horizontal: left - center - right
dateTimePosition="bottom right"
# Defines how far away the date and time are from the edges of the screen
dateTimePadding=55
# Defines the behaviour of the sliding transition from greeting to login form
# Set to +/- x or y
transitionDirection="x"
# [Login_Screen]
# The maximum radius allowed is 16 per loop
blurRadius=10
blurRecursiveLoops=5
# Used to dim the background
darkenWallpaper=0.3
# Purely cosmetic, has no effect on login credentials
capitaliseUsername=false
# 'mask' - hides your password by replacing the characters with something else
# 'off' - also hides the length of your password by disabling echoing
passwordEchoStyle=mask
allowEmptyPassword=false
# Set false to hide the selected session's name next to the menu icon
displaySession=true
# [Translations]
# SDDM may not have translations for every element, or you might want to change some text to something else
# setting these will override the text constants
virtualKeyboard=""
poweroff=""
reboot=""
suspend=""
hibernate=""
password=""
username=""
loginFailed=""
# [Accessibility]
# Set false to set all transition durations to 0
enableAnimations=true
# 'auto' - activates mirroring based on the system locale
# 'false' - never mirror layout
# 'true' - always mirrors
mirrorLayout=auto
# Whether the on-screen keyboard should be activated by default
# It can always be de/activated through the accessibility panel
virtualKeyboardStartActive=false
# Normally the on-screen keyboard only shows up when text fields are focused
# Set this true to have the keyboard always be visible once activated
# This will render the hide button on the keyboard non-functional
forceKeyboardVisible=false