-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
39 lines (32 loc) · 837 Bytes
/
Copy pathconfig.toml
File metadata and controls
39 lines (32 loc) · 837 Bytes
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
[general]
program_name = "LyricScribe"
check_for_updates = true
# Available modes: window (default), display, debug
# program_mode = "window"
program_mode = "display"
# program_mode = "debug"
# Available modes: silent (default), display
logging = "silent"
[search]
depth = "both" # Available modes: match, search, both, local
[player]
# Any string contained in the name of the player suffices:
player = "tauon"
# player = "vivaldi"
# player = "instance"
# player = "chromium"
# player = "mpv"
# In seconds:
position_offset = -0.52
step = 0.3
silence_timeout = 3
[display]
foreground = "#ffffff"
background = "#000000"
font = "/usr/share/fonts/TTF/IosevkaTermSlabNerdFontPropo-Regular.ttf"
# font = "/usr/share/fonts/TTF/JetBrainsMono-Regular.ttf"
font_size = 24
window_width = 1100
window_height = 250
window_x = 410
window_y = 0