mirror of https://github.com/qpixel/dotfiles.git
33 lines
981 B
TOML
33 lines
981 B
TOML
theme = "default"
|
|
client_id = "429a91bea7e740e4a73fe92c4e2ac165"
|
|
client_port = 8080
|
|
playback_format = "{track} • {artists}\n{album}\n{metadata}"
|
|
notify_format = { summary = "{track} • {artists}", body = "{album}" }
|
|
# the default `copy_command` is based on the OS
|
|
#copy_command = { command = "pbcopy", args = [] } # macos
|
|
copy_command = { command = "xclip", args = ["-sel", "c"] } # linux
|
|
# copy_command = { command = "clip", args = [] } # windows
|
|
app_refresh_duration_in_ms = 32
|
|
playback_refresh_duration_in_ms = 0
|
|
cover_image_refresh_duration_in_ms = 2000
|
|
page_size_in_rows = 20
|
|
track_table_item_max_len = 32
|
|
enable_media_control = true
|
|
enable_streaming = true
|
|
enable_cover_image_cache = true
|
|
default_device = "desktop"
|
|
play_icon = "▶"
|
|
pause_icon = "▌▌"
|
|
liked_icon = "♥"
|
|
playback_window_position = "Top"
|
|
cover_img_length = 9
|
|
cover_img_width = 5
|
|
playback_window_width = 6
|
|
|
|
[device]
|
|
name = "desktop"
|
|
device_type = "computer"
|
|
volume = 60
|
|
bitrate = 320
|
|
audio_cache = true
|