forked from flipwise/sddm-breeze-514
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.conf
66 lines (43 loc) · 3.16 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
[General]
# INTRODUCTORY WARNING! Don't set silly values. Fire up the terminal and type in "sddm-greeter --test-mode --theme /usr/share/sddm/themes/breeze-514" first to see what you've done by changing this file.
# (KDE option) WALLPAPER FADER VISIBLE. I don't really understand this option, look further down if you want to turn off the wallpaper fader | Default=image
type=image
# (KDE option) SET BACKGROUND COLOR. This is only relevant if you don't have a wallpaper | Default=#1d99f3
color=#005500
# (KDE option) SET WALLPAPER. | Default=lock.png
background=lock.png
# SET SCREEN DIMENSIONS. E.g. 1920 and 1080. | Defaults=1600 and 900
ScreenWidth=
ScreenHeight=
### [Blur & fader] -------------------------------------
# SET BLUR STRENGTH. You're adjusting FastBlur's radius here. If you set the value to 0 you will turn off the blur entirely | Default=100
BlurRadius=0
# SET WALLPAPER FADER STRENGTH. This is the bit of code that darkens your wallpaper. To turn it off set the value to 0; to have it fully operational set it to 1. Use decimal values between those two for adjustments | Default=1
WallpaperFaderStrength=0
# TURN ON TEXT SHADOWS. If you've turned off both the blur and the fader, text will not be legible. Turn on text shadows by setting the following value to "true". | Default=false
TextShadowsVisible=true
# DRAW A SLIGHTLY TRANSPARENT PANEL AT THE BOTTOM. This is another fix if you've turned off the blur and fader; set to "true" if you need it | Default=false
PanelVisible=
# DRAW A SLIGHTLY TRANSPARENT CIRCLE BEHIND AVATAR. Another fix for non-blurred and non-shaded themes; set to "true" if you need it | Default=false
DrawCircleBehindAvatar=true