From 371a03403503fca41792ed74a39a026d7077c373 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 15 Aug 2025 17:02:36 -0500 Subject: [PATCH] Add partial config for music streaming player (ncspot) --- installs_and_builds/s14_audio_player | 8 +++- src_files/.config/ncspot/config.toml | 57 ++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 src_files/.config/ncspot/config.toml diff --git a/installs_and_builds/s14_audio_player b/installs_and_builds/s14_audio_player index 5566f34..fcff41a 100755 --- a/installs_and_builds/s14_audio_player +++ b/installs_and_builds/s14_audio_player @@ -1,5 +1,9 @@ #!/bin/zsh -# possible mpd clients to consider: ncmpc, inori +# local music ${=BOX_SETUP_INSTALL_COMMAND} mpd mpc ncmpcpp -# TODO: ${=BOX_SETUP_INSTALL_COMMAND} +# possible mpd clients to consider: ncmpc, inori + +# spotify +# TODO: decide if i want to use the package-manager install below, or build from source +# ${=BOX_SETUP_INSTALL_COMMAND} ncspot diff --git a/src_files/.config/ncspot/config.toml b/src_files/.config/ncspot/config.toml new file mode 100644 index 0000000..9eb2bb9 --- /dev/null +++ b/src_files/.config/ncspot/config.toml @@ -0,0 +1,57 @@ +# [theme] # from eltoncezar, similar to official spotify colors +# background = "#191414" +# primary = "#FFFFFF" +# secondary = "light black" +# title = "#1DB954" +# playing = "#1DB954" +# playing_selected = "#1ED760" +# playing_bg = "#191414" +# highlight = "#FFFFFF" +# highlight_bg = "#484848" +# error = "#FFFFFF" +# error_bg = "red" +# statusbar = "#191414" +# statusbar_progress = "#1DB954" +# statusbar_bg = "#1DB954" +# cmdline = "#FFFFFF" +# cmdline_bg = "#191414" +# search_match = "light red" + +[theme] # from wojciech-zurek, tokyonight +background = "#1a1b26" +primary = "#9aa5ce" +secondary = "#414868" +title = "#9ece6a" +playing = "#7aa2f7" +playing_selected = "#bb9af7" +playing_bg = "#24283b" +highlight = "#c0caf5" +highlight_bg = "#24283b" +error = "#414868" +error_bg = "#f7768e" +statusbar = "#ff9e64" +statusbar_progress = "#7aa2f7" +statusbar_bg = "#1a1b26" +cmdline = "#c0caf5" +cmdline_bg = "#24283b" +search_match = "#f7768e" + +# [theme] # from clooles, uses defaults/primary, supports transparency, for dynamic themes +# background = "default" +# primary = "foreground" +# secondary = "light black" +# title = "primary" +# playing = "primary" +# playing_selected = "primary" +# playing_bg = "primary" +# highlight = "#FFFFFF" +# highlight_bg = "#484848" +# error = "#FF0000" +# error_bg = "red" +# statusbar = "primary" +# statusbar_progress = "primary" +# statusbar_bg = "primary" +# cmdline = "default" +# cmdline_bg = "primary" +# search_match = "light red" +