[ncmpcpp] Add configuration
This commit is contained in:
parent
683bc98c6f
commit
04e6798e3e
1 changed files with 22 additions and 0 deletions
22
ncmpcpp/.ncmpcpp/config
Normal file
22
ncmpcpp/.ncmpcpp/config
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Playlist
|
||||||
|
autocenter_mode = "yes"
|
||||||
|
centered_cursor = "yes"
|
||||||
|
now_playing_prefix = "$b"
|
||||||
|
now_playing_suffix = "$/b"
|
||||||
|
playlist_display_mode = "classic" # (classic/columns)
|
||||||
|
song_list_format = "{$3%a$9 - }{$4%t$9} {$R$5[%b]$9}"
|
||||||
|
|
||||||
|
# Bars
|
||||||
|
display_bitrate = "no"
|
||||||
|
song_status_format = "$0%t$9 {$1by$9 $0%a$9} {$1from$9 $0%b$9}{$1,$9 $0%y$9}"
|
||||||
|
titles_visibility = "no"
|
||||||
|
|
||||||
|
# Browser
|
||||||
|
browser_display_mode = "classic" # (classic/columns)
|
||||||
|
browser_playlist_prefix = "$2plist >$9 "
|
||||||
|
|
||||||
|
# Others
|
||||||
|
allow_for_physical_item_deletion = "yes"
|
||||||
|
mpd_music_dir = "/mnt/music"
|
||||||
|
search_engine_display_mode = "columns" # (classic/columns)
|
||||||
|
user_interface = "alternative" # (classic/alternative)
|
Loading…
Reference in a new issue