1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | ##
## Basic options
##
## Files ##
ncmpcpp_directory = "~/.ncmpcpp"
lyrics_directory = "~/.ncmpcpp/lyrics"
execute_on_song_change = "~/.ncmpcpp/songchange.sh"
## Unsupported mouse ##
mouse_support = "no"
mouse_list_scroll_whole_page = "no"
## Navigation ##
cyclic_scrolling = "yes"
header_text_scrolling = "yes"
jump_to_now_playing_song_at_start = "yes"
lines_scrolled = "2"
## Other ##
system_encoding = "utf-8"
regular_expressions = "extended"
##
## Appearance
##
## Interface'n'Columns ##
user_interface = "alternative"
song_list_format = "{$7%n$9} {$8%a - %t$9}$R{$7%b$9}"
default_place_to_search_in = "database"
## I dont't like columns ##
playlist_display_mode = "classic"
browser_display_mode = "classic"
search_engine_display_mode = "classic"
## Colots of another elements ##
header_window_color = "white"
volume_color = "white"
state_line_color = "white"
state_flags_color = "white"
main_window_color = "white"
main_window_highlight_color = "white"
progressbar_elapsed_color = "white"
statusbar_color = "white"
active_column_color = "yellow"
## Selected tracks ##
selected_item_prefix = "* "
discard_colors_if_item_is_selected = "no"
## Seeking ##
incremental_seeking = "yes"
seek_time = "1"
## Visivility ##
header_visibility = "yes"
statusbar_visibility = "yes"
titles_visibility = "yes"
## Other ##
now_playing_prefix = "> "
progressbar_look = "───"
colors_enabled = "yes"
autocenter_mode = "yes"
centered_cursor = "yes"
|
x
5ud0 said about 7 years ago
what’s in songchange.sh? this looks awesome!