Add partial config for music streaming player (ncspot)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
# possible mpd clients to consider: ncmpc, inori
|
# local music
|
||||||
${=BOX_SETUP_INSTALL_COMMAND} mpd mpc ncmpcpp
|
${=BOX_SETUP_INSTALL_COMMAND} mpd mpc ncmpcpp
|
||||||
# TODO: ${=BOX_SETUP_INSTALL_COMMAND} <spotify stuff here>
|
# 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
|
||||||
|
57
src_files/.config/ncspot/config.toml
Normal file
57
src_files/.config/ncspot/config.toml
Normal file
@@ -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"
|
||||||
|
|
Reference in New Issue
Block a user