38 lines
987 B
TOML
38 lines
987 B
TOML
|
theme = "Catppuccin-mocha"
|
||
|
client_id = "bd5cf4b9f6504ad9b357a1285e32b391"
|
||
|
login_redirect_uri = "http://127.0.0.1:8989/login"
|
||
|
client_port = 8080
|
||
|
tracks_playback_limit = 50
|
||
|
playback_format = "{status} {track} • {artists}\n{album}\n{metadata}"
|
||
|
notify_format = { summary = "{track} • {artists}", body = "{album}" }
|
||
|
notify_timeout_in_secs = 0
|
||
|
app_refresh_duration_in_ms = 32
|
||
|
playback_refresh_duration_in_ms = 0
|
||
|
page_size_in_rows = 20
|
||
|
enable_media_control = true
|
||
|
enable_streaming = "Always"
|
||
|
enable_notify = true
|
||
|
enable_cover_image_cache = true
|
||
|
notify_streaming_only = false
|
||
|
default_device = "spotify-player"
|
||
|
play_icon = "▶"
|
||
|
pause_icon = "▌▌"
|
||
|
liked_icon = "♥"
|
||
|
cover_img_length = 9
|
||
|
cover_img_width = 5
|
||
|
seek_duration_secs = 5
|
||
|
|
||
|
[device]
|
||
|
name = "nix"
|
||
|
device_type = "speaker"
|
||
|
volume = 70
|
||
|
bitrate = 320
|
||
|
audio_cache = false
|
||
|
normalization = false
|
||
|
autoplay = false
|
||
|
|
||
|
[layout]
|
||
|
library = { playlist_percent = 40, album_percent = 40 }
|
||
|
playback_window_position = "Top"
|
||
|
playback_window_height = 6
|