Skip to content

Commit ba2617d

Browse files
committed
More lyrics providers
1 parent 4adbffa commit ba2617d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/config.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
"notification_min_interval": 2,
55
"widget_length": 20,
66
"sepchar": "",
7-
"surface_color": "rgba(54, 58, 79, 0.5)",
8-
"overlay_color": "rgba(110, 115, 141, 0.6)",
9-
"interval": 0.1,
7+
"surface_color": "@surface0",
8+
"overlay_color": "@overlay0",
9+
"interval": 1,
1010
"text_rot_int": 1000,
1111
"image_signal": 4,
1212
"length_factor": 1,
1313
"player_name": "spotify",
1414
"convert_to_jpeg": false,
1515
"album_art_placeholder": "no",
1616
"lyrics_providers": [
17-
"Lrclib"
17+
"Lrclib",
18+
"Musixmatch",
19+
"NetEase",
20+
"Megalobiz"
1821
],
1922
"lyrics_span_before": 2,
2023
"lyrics_span_after": 2

0 commit comments

Comments
 (0)