Skip to content

Instantly share code, notes, and snippets.

@kmatt
Created August 27, 2026 06:31
Show Gist options
  • Select an option

  • Save kmatt/0d721995f10961bbfb6754ce790a95dd to your computer and use it in GitHub Desktop.

Select an option

Save kmatt/0d721995f10961bbfb6754ce790a95dd to your computer and use it in GitHub Desktop.
ncspot macOS config
bitrate = 160
cover_max_scale = 2
flip_status_indicators = true
initial_screen = "library"
notify = true
use_nerdfont = true
library_tabs = ["tracks", "playlists", "albums", "artists", "browse"]
[keybindings]
"F4" = "focus cover"
"F7" = "previous"
"F8" = "playpause"
"F9" = "next"
# iCanHazShortcut command example:
# echo "playpause" | nc -U $(~/.local/bin/ncspot info | awk '/USER_RUNTIME_PATH/ {print $2}')/ncspot.sock
[theme]
## Spotify
# background = "black"
# primary = "light white"
# secondary = "light black"
# title = "green"
# playing = "green"
# playing_selected = "light green"
# playing_bg = "black"
# highlight = "light white"
# highlight_bg = "#484848"
# error = "light white"
# error_bg = "red"
# statusbar = "black"
# statusbar_progress = "green"
# statusbar_bg = "green"
# cmdline = "light white"
# cmdline_bg = "black"
# search_match = "light red"
# Tokyo Night
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment