summaryrefslogtreecommitdiff
path: root/home-config/spotify-player/app.toml
blob: 4eac5e46ca7e70618e9574c60c6f85eebca0e6aa (plain)
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
theme = "dracula"
client_id = "4b1219bdc29945bc8ca914f80a8a6a47"
client_port = 8888
playback_format = """
{track} • {artists}
{album}
{metadata}"""
tracks_playback_limit = 50
app_refresh_duration_in_ms = 32
playback_refresh_duration_in_ms = 0
cover_image_refresh_duration_in_ms = 2000
page_size_in_rows = 20
play_icon = "▶"
pause_icon = "▌▌"
liked_icon = "♥"
border_type = "Plain"
progress_bar_type = "Rectangle"
playback_window_position = "Top"
cover_img_length = 9
cover_img_width = 5
cover_img_scale = 1.0
playback_window_width = 6
enable_media_control = true
enable_streaming = "DaemonOnly"
enable_cover_image_cache = true
default_device = "RyanThinkpad"

[copy_command]
command = "wlcopy"
args = []

[notify_format]
summary = "{track} • {artists}"
body = "{album}"