summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-12-23 12:04:11 +0100
committerChristian Krinitsin <code@krinitsin.xyz>2024-12-23 12:04:11 +0100
commitc37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6 (patch)
tree381597d036b0909adc2588ec74474a301ecabd1e
parent211c1f18d49afa16d93c1848f54909802280182c (diff)
downloaddotfiles-c37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6.tar.gz
dotfiles-c37c8dc14f6f79d1a6552f90fe9b8b8d5fb0c8c6.zip
delete spotify-player
-rwxr-xr-xspotify-player/.config/spotify-player/app.toml39
1 files changed, 0 insertions, 39 deletions
diff --git a/spotify-player/.config/spotify-player/app.toml b/spotify-player/.config/spotify-player/app.toml
deleted file mode 100755
index 7b3228c..0000000
--- a/spotify-player/.config/spotify-player/app.toml
+++ /dev/null
@@ -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