From 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 3 Aug 2026 01:22:44 -0400 Subject: Initial commit: combined darwin + guix-linux home-manager flake Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc nix-home-manager flake (linux). See README.md/MIGRATION.md. --- users/ryan/linux/spotify-player/app.toml | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 users/ryan/linux/spotify-player/app.toml (limited to 'users/ryan/linux/spotify-player') diff --git a/users/ryan/linux/spotify-player/app.toml b/users/ryan/linux/spotify-player/app.toml new file mode 100644 index 0000000..4eac5e4 --- /dev/null +++ b/users/ryan/linux/spotify-player/app.toml @@ -0,0 +1,34 @@ +theme = "dracula" +client_id = "4b1219bdc29945bc8ca914f80a8a6a47" +client_port = 8888 +playback_format = """ +{track} • {artists} +{album} +{metadata}""" +tracks_playback_limit = 50 +app_refresh_duration_in_ms = 32 +playback_refresh_duration_in_ms = 0 +cover_image_refresh_duration_in_ms = 2000 +page_size_in_rows = 20 +play_icon = "▶" +pause_icon = "▌▌" +liked_icon = "♥" +border_type = "Plain" +progress_bar_type = "Rectangle" +playback_window_position = "Top" +cover_img_length = 9 +cover_img_width = 5 +cover_img_scale = 1.0 +playback_window_width = 6 +enable_media_control = true +enable_streaming = "DaemonOnly" +enable_cover_image_cache = true +default_device = "RyanThinkpad" + +[copy_command] +command = "wlcopy" +args = [] + +[notify_format] +summary = "{track} • {artists}" +body = "{album}" -- cgit v1.3.1