upload dotfiles
This commit is contained in:
parent
c79eb9fc65
commit
ac383289c7
337 changed files with 3187 additions and 0 deletions
39
.config/spotify-player/app.toml
Normal file
39
.config/spotify-player/app.toml
Normal file
|
@ -0,0 +1,39 @@
|
|||
theme = "default"
|
||||
client_id = "65b708073fc0480ea92a077233ca87bd"
|
||||
client_port = 8080
|
||||
login_redirect_uri = "http://127.0.0.1:8989/login"
|
||||
playback_format = "{status} {track} | {artists}\n{album}\n{metadata}"
|
||||
tracks_playback_limit = 50
|
||||
app_refresh_duration_in_ms = 32
|
||||
playback_refresh_duration_in_ms = 0
|
||||
page_size_in_rows = 20
|
||||
play_icon = ""
|
||||
pause_icon = ""
|
||||
liked_icon = ""
|
||||
border_type = "Plain"
|
||||
progress_bar_type = "Rectangle"
|
||||
enable_media_control = true
|
||||
enable_streaming = "Always"
|
||||
enable_cover_image_cache = true
|
||||
cover_img_scale=1.8
|
||||
cover_img_length=10
|
||||
cover_img_width=5
|
||||
default_device = "spotify-player"
|
||||
seek_duration_secs = 5
|
||||
|
||||
[layout]
|
||||
playback_window_position = "Top"
|
||||
playback_window_height = 6
|
||||
|
||||
[layout.library]
|
||||
playlist_percent = 40
|
||||
album_percent = 40
|
||||
|
||||
[device]
|
||||
name = "spotify-player"
|
||||
device_type = "speaker"
|
||||
volume = 100
|
||||
bitrate = 320
|
||||
audio_cache = false
|
||||
normalization = false
|
||||
autoplay = true
|
Loading…
Add table
Add a link
Reference in a new issue