Skip to content

Instantly share code, notes, and snippets.

@wsdjeg
Created November 19, 2017 12:37
Show Gist options
  • Save wsdjeg/aecdabe183844bbb9288facecf3a0145 to your computer and use it in GitHub Desktop.
Save wsdjeg/aecdabe183844bbb9288facecf3a0145 to your computer and use it in GitHub Desktop.
# ncmpc configuration file
# vim: filetype=config
enable-colors = yes
auto-center = yes
set-xterm-title = yes
color background = none
color title = brightwhite
color title-bold = green,bold
color list = white
color list-bold = brightgreen
color line = brightcyan
# color line-flags = white,bold
color alert = brightred
color status-song = brightgreen
color status-state = green
color status-time = green
color progressbar = cyan
color browser-directory = yellow
color browser-playlist = red
color alert = red,bold
# colordef yellow = 255, 140, 0
audible-bell = no
visible-bell = no
crossfade-time = 5
seek-time = 10
# timeout when trying to fetch lyrics from the internet
lyrics-timeout = 30
# terminal title formatting
xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment