index — dotfiles @ c37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6

my dotfiles

delete spotify-player
Christian Krinitsin code@krinitsin.xyz
Mon, 23 Dec 2024 12:04:11 +0100
commit

c37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6

parent

211c1f18d49afa16d93c1848f54909802280182c

1 files changed, 0 insertions(+), 39 deletions(-)

jump to
D spotify-player/.config/spotify-player/app.toml

@@ -1,39 +0,0 @@

-theme = "dracula" -client_id = "8b99ea3c69664d0b952d35575d543f4c" -client_port = 8080 -playback_format = """ -{track} -{artists} - {album} -{metadata}""" -notify_format = { summary = "{track}", body = "{artists} - {album}" } -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" -playback_window_position = "Top" -playback_window_width = 6 -enable_media_control = true -enable_streaming = "DaemonOnly" -notify_streaming_only=true -enable_cover_image_cache = true -default_device = "spotify-daemon" - -[copy_command] -command = "xclip" -args = [ - "-sel", - "c", -] - -[device] -name = "spotify-daemon" -device_type = "speaker" -volume = 70 -bitrate = 320 -audio_cache = false -normalization = false