aboutsummaryrefslogtreecommitdiff
path: root/home-config/spotify-player/app.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:47:36 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:47:36 -0400
commit6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 (patch)
tree47177652c89aeafe7dde2396277c76e1c464eec1 /home-config/spotify-player/app.toml
parent72d1c1aae5c6ef87a88e81111a74d7b041c57a22 (diff)
remove old filesand bump nix-files
Diffstat (limited to 'home-config/spotify-player/app.toml')
-rw-r--r--home-config/spotify-player/app.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/home-config/spotify-player/app.toml b/home-config/spotify-player/app.toml
deleted file mode 100644
index 4eac5e4..0000000
--- a/home-config/spotify-player/app.toml
+++ /dev/null
@@ -1,34 +0,0 @@
1theme = "dracula"
2client_id = "4b1219bdc29945bc8ca914f80a8a6a47"
3client_port = 8888
4playback_format = """
5{track} • {artists}
6{album}
7{metadata}"""
8tracks_playback_limit = 50
9app_refresh_duration_in_ms = 32
10playback_refresh_duration_in_ms = 0
11cover_image_refresh_duration_in_ms = 2000
12page_size_in_rows = 20
13play_icon = "▶"
14pause_icon = "▌▌"
15liked_icon = "♥"
16border_type = "Plain"
17progress_bar_type = "Rectangle"
18playback_window_position = "Top"
19cover_img_length = 9
20cover_img_width = 5
21cover_img_scale = 1.0
22playback_window_width = 6
23enable_media_control = true
24enable_streaming = "DaemonOnly"
25enable_cover_image_cache = true
26default_device = "RyanThinkpad"
27
28[copy_command]
29command = "wlcopy"
30args = []
31
32[notify_format]
33summary = "{track} • {artists}"
34body = "{album}"