diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-13 23:55:15 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-13 23:55:15 -0500 |
| commit | 12e3af575860ca4cdbcef6fd2267ebd6befe0f49 (patch) | |
| tree | 22516cc9e4e488e24c50384c504bc7ef59340bf6 /home-config/spotify-player | |
| parent | 67bd380ad4a43ee9ed084b701ed2c685564a7fa2 (diff) | |
Added spotify-player and spotifyd service
Diffstat (limited to 'home-config/spotify-player')
| -rw-r--r-- | home-config/spotify-player/app.toml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/home-config/spotify-player/app.toml b/home-config/spotify-player/app.toml new file mode 100644 index 0000000..4eac5e4 --- /dev/null +++ b/home-config/spotify-player/app.toml | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | theme = "dracula" | ||
| 2 | client_id = "4b1219bdc29945bc8ca914f80a8a6a47" | ||
| 3 | client_port = 8888 | ||
| 4 | playback_format = """ | ||
| 5 | {track} • {artists} | ||
| 6 | {album} | ||
| 7 | {metadata}""" | ||
| 8 | tracks_playback_limit = 50 | ||
| 9 | app_refresh_duration_in_ms = 32 | ||
| 10 | playback_refresh_duration_in_ms = 0 | ||
| 11 | cover_image_refresh_duration_in_ms = 2000 | ||
| 12 | page_size_in_rows = 20 | ||
| 13 | play_icon = "▶" | ||
| 14 | pause_icon = "▌▌" | ||
| 15 | liked_icon = "♥" | ||
| 16 | border_type = "Plain" | ||
| 17 | progress_bar_type = "Rectangle" | ||
| 18 | playback_window_position = "Top" | ||
| 19 | cover_img_length = 9 | ||
| 20 | cover_img_width = 5 | ||
| 21 | cover_img_scale = 1.0 | ||
| 22 | playback_window_width = 6 | ||
| 23 | enable_media_control = true | ||
| 24 | enable_streaming = "DaemonOnly" | ||
| 25 | enable_cover_image_cache = true | ||
| 26 | default_device = "RyanThinkpad" | ||
| 27 | |||
| 28 | [copy_command] | ||
| 29 | command = "wlcopy" | ||
| 30 | args = [] | ||
| 31 | |||
| 32 | [notify_format] | ||
| 33 | summary = "{track} • {artists}" | ||
| 34 | body = "{album}" | ||
