main
59c7d64 · 8 days ago 139 commits
  1[General]
  2scale = 1.0
  3enable-animations = true
  4animated-background-placeholder = ""
  5background-fill-mode = fill
  6
  7[LockScreen]
  8display = true
  9padding-top = 0
 10padding-right = 0
 11padding-bottom = 0
 12padding-left = 0
 13background =
 14use-background-color = true
 15background-color = #24273a
 16blur = 0
 17brightness = 0.0
 18saturation = 0.0
 19
 20[LockScreen.Clock]
 21display = true
 22position = center
 23align = center
 24format = hh:mm
 25font-family = RedHatDisplay
 26font-size = 80
 27font-weight = 900
 28color = #cad3f5
 29
 30[LockScreen.Date]
 31display = true
 32format = ddd MMMM dd
 33locale = "en_US"
 34font-family = RedHatDisplay
 35font-size = 18
 36font-weight = 600
 37color = #cad3f5
 38margin-top = 0
 39
 40[LockScreen.Message]
 41display = true
 42position = bottom-center
 43align = center
 44text = Press any key
 45font-family = RedHatDisplay
 46font-size = 12
 47font-weight = 400
 48display-icon = true
 49icon = enter.svg
 50icon-size = 16
 51color = #cad3f5
 52paint-icon = false
 53spacing = 0
 54
 55[LoginScreen]
 56background =
 57use-background-color = true
 58background-color = #24273a
 59blur = 0
 60brightness = 0.0
 61saturation = 0.0
 62
 63[LoginScreen.LoginArea]
 64position = center
 65margin = -1
 66
 67[LoginScreen.LoginArea.Avatar]
 68shape = circle
 69border-radius = 35
 70active-size = 120
 71inactive-size = 80
 72inactive-opacity = 0.35
 73active-border-size = 0
 74inactive-border-size = 0
 75active-border-color = #91d7e3
 76inactive-border-color = #91d7e3
 77
 78[LoginScreen.LoginArea.Username]
 79font-family = RedHatDisplay
 80font-size = 16
 81font-weight = 700
 82color = #cad3f5
 83margin = 10
 84
 85[LoginScreen.LoginArea.PasswordInput]
 86width = 200
 87height = 30
 88display-icon = false
 89font-family = NotoColorEmoji
 90font-size = 12
 91icon = password.svg
 92icon-size = 16
 93content-color = #cad3f5
 94background-color = #363a4f
 95background-opacity = 1.0
 96border-size = 0
 97border-color = #91d7e3
 98border-radius-left = 10
 99border-radius-right = 10
100margin-top = 10
101masked-character = ●
102
103[LoginScreen.LoginArea.LoginButton]
104background-color = #363a4f
105background-opacity = 1.0
106active-background-color = #7dc4e4
107active-background-opacity = 1.0
108icon = arrow-right.svg
109icon-size = 18
110content-color = #7dc4e4
111active-content-color = #24273a
112border-size = 0
113border-color = #91d7e3
114border-radius-left = 10
115border-radius-right = 10
116margin-left = 5
117show-text-if-no-password = true
118hide-if-not-needed = true
119font-family = RedHatDisplay
120font-size = 12
121font-weight = 600
122
123[LoginScreen.LoginArea.Spinner]
124display-text = true
125text = "Logging in"
126font-family = RedHatDisplay
127font-weight = 600
128font-size = 14
129icon-size = 30
130icon = spinner.svg
131color = #cad3f5
132spacing = 5
133
134[LoginScreen.LoginArea.WarningMessage]
135font-family = RedHatDisplay
136font-size = 11
137font-weight = 400
138normal-color = #cad3f5
139warning-color = #eed49f
140error-color = #ed8796
141margin-top = 10
142
143[LoginScreen.MenuArea.Buttons]
144margin-top = 0
145margin-right = 0
146margin-bottom = 100
147margin-left = 0
148size = 30
149border-radius = 10
150spacing = 20
151font-family = RedHatDisplay
152
153[LoginScreen.MenuArea.Popups]
154max-height = 230
155item-height = 30
156item-spacing = 2
157padding = 5
158display-scrollbar = false
159margin = 5
160background-color = #363a4f
161background-opacity = 1.0
162active-option-background-color = #494d64
163active-option-background-opacity = 1.0
164content-color = #cad3f5
165active-content-color = #7dc4e4
166font-family = RedHatDisplay
167border-size = 0
168border-color = #91d7e3
169font-size = 11
170icon-size = 16
171
172[LoginScreen.MenuArea.Session]
173display = true
174position = bottom-center
175index = 0
176popup-direction = up
177popup-align = center
178display-session-name = false
179button-width = -1
180popup-width = 200
181background-color = #7dc4e4
182background-opacity = 0.0
183active-background-opacity = 1.0
184content-color = #cad3f5
185active-content-color = #24273a
186border-size = 0
187font-size = 10
188icon-size = 16
189
190[LoginScreen.MenuArea.Layout]
191display = false
192
193[LoginScreen.MenuArea.Keyboard]
194display = false
195
196[LoginScreen.MenuArea.Power]
197display = true
198position = bottom-center
199index = 0
200popup-direction = up
201popup-align = center
202popup-width = 100
203background-color = #7dc4e4
204background-opacity = 0.0
205active-background-opacity = 1.0
206content-color = #cad3f5
207active-content-color = #24273a
208border-size = 0
209icon = power.svg
210icon-size = 16
211
212[Tooltips]
213enable = true
214font-family = RedHatDisplay
215font-size = 11
216content-color = #cad3f5
217background-color = #363a4f
218background-opacity = 1.0
219border-radius = 10
220disable-user = false
221disable-login-button = false
222