-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
62 lines (48 loc) · 1.54 KB
/
config.ini
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
[Widget]
# Background color of the widget
# default=#2c2c2c
background=#2c2c2c
# Color of the border on the widget
# default=#161616
border=#161616
# Should disable the corners on the widget?
# default=false
disableCorners=true
# Should disable the padding around the widget?
# default=false
disablePadding=true
# Should the text have matching colors with the image?
# default=true
matchingColors=true
# Should always brighten image average color? Text for dark images will be gray, unavoidable.
# default=false
alwaysBrightenColors=false
# Should center the artist and title text?
# default=true
centerText=true
# How often to refresh song info? (In milliseconds)
# default=200
songRefresh=200
# Transition timeouts, timeout between changing opacity to 0 and back to 1 and such
# default=500
transitionTimeout=500
# How often to refresh config? (In milliseconds)
# default=5000
configRefresh=5000
# How fast the text scrolls right to left when the title/album/artist text is too long (In milliseconds)
# default=8000
scrollTime=8000
[Compact]
# Makes the progress bar compact, displaying as a line on the bottom of the overlay
# default=false
progress=true
# How much the compact progress bars colors blend together (---Album-color---/---Inverse-album-color---)
# default=1 ^^^(How much this part blends)
progressBarBlend=1
# Which side should the border be on?
# left,right,down,up, or leave empty
# default=down
borderSide=down
# disable progress bar altogether
# default=false
disableProgress=false