ruwee

Untitled

Jan 22nd, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. #ncmpcpp_directory = ~/.ncmpcpp
  2. #lyrics_directory = ~/.lyrics
  3. mpd_host = localhost
  4. mpd_port = 6600
  5. mpd_crossfade_time = 2
  6. visualizer_fifo_path = /tmp/mpd.fifo
  7. visualizer_output_name = "Visualizer feed"
  8. visualizer_in_stereo = no
  9. #visualizer_sample_multiplier = 1
  10. visualizer_sync_interval = 30
  11. visualizer_type = spectrum
  12. visualizer_look = ●┃
  13. visualizer_color = cyan, green, yellow, magenta, red
  14. #visualizer_color = 41, 83, 119, 155, 185, 215, 209, 203, 197, 161
  15. #system_encoding = ""
  16. #playlist_disable_highlight_delay = 5
  17. #message_delay_time = 5
  18. song_list_format = " {{%t $R%a}|{%f}}"
  19. #song_status_format = {%a - %t}|{%f}
  20. #song_status_format = "{{%a{ "%b"{ (%y)}} - }{%t$/b}}|{$b%f$/b}"
  21. song_status_format = "{{%a{ $2//$9 %b{, %y}} $2//$9 }{%t$/b}}|{$b%f$/b}"
  22. #song_library_format = {{{%t} - %a{ "%b"{ (%y)}}}}|{%f}
  23. song_library_format = {{%a - %t} (%b)}|{%f}
  24. #alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
  25. #alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
  26. now_playing_prefix = "$b$2"
  27. now_playing_suffix = "$/b$9"
  28. #browser_playlist_prefix = "$2playlist$9 "
  29. #selected_item_prefix = $6
  30. #selected_item_suffix = $9
  31. #modified_item_prefix = $3> $9
  32. #song_window_title_format = {%a - }{%t}|{%f}
  33. #browser_sort_mode = name
  34. #browser_sort_format = {%a - }{%t}|{%f} {(%l)}
  35. #song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[red]{b} (7f)[magenta]{l}
  36. #playlist_show_mpd_host = no
  37. #playlist_show_remaining_time = no
  38. #playlist_shorten_total_times = no
  39. #playlist_separate_albums = no
  40. playlist_display_mode = classic
  41. #browser_display_mode = classic
  42. #search_engine_display_mode = classic
  43. #playlist_editor_display_mode = classic
  44. #discard_colors_if_item_is_selected = yes
  45. #incremental_seeking = yes
  46. #seek_time = 1
  47. #volume_change_step = 2
  48. autocenter_mode = yes
  49. #centered_cursor = no
  50. progressbar_look = "─╼ "
  51. #progressbar_boldness = yes
  52. #default_place_to_search_in = database
  53. #user_interface = classic
  54. #data_fetching_delay = yes
  55. #media_library_primary_tag = artist
  56. #default_find_mode = wrapped
  57. #default_tag_editor_pattern = %n - %t
  58. header_visibility = no
  59. statusbar_visibility = no
  60. titles_visibility = no
  61. #header_text_scrolling = yes
  62. #cyclic_scrolling = no
  63. #lines_scrolled = 2
  64. follow_now_playing_lyrics = no
  65. #fetch_lyrics_for_current_song_in_background = no
  66. #store_lyrics_in_song_dir = no
  67. #generate_win32_compatible_filenames = yes
  68. #allow_for_physical_item_deletion = no
  69. #lastfm_preferred_language = en
  70. #show_hidden_files_in_local_browser = no
  71. #screen_switcher_mode = playlist, browser
  72. #startup_screen = playlist
  73. #startup_slave_screen = ""
  74. #startup_slave_screen_focus = no
  75. #locked_screen_width_part = 50
  76. #ask_for_locked_screen_width_part = yes
  77. #jump_to_now_playing_song_at_start = yes
  78. #ask_before_clearing_playlists = yes
  79. #clock_display_seconds = no
  80. #display_volume_level = yes
  81. #display_bitrate = no
  82. #display_remaining_time = no
  83. #regular_expressions = perl
  84. #block_search_constraints_change_if_items_found = yes
  85. #mouse_support = yes
  86. #mouse_list_scroll_whole_page = yes
  87. #empty_tag_marker = <empty>
  88. #tags_separator = " | "
  89. #tag_editor_extended_numeration = no
  90. #media_library_sort_by_mtime = no
  91. enable_window_title = no
  92. external_editor = nano
  93. colors_enabled = yes
  94. empty_tag_color = red
  95. header_window_color = yellow
  96. volume_color = yellow
  97. state_line_color = red
  98. state_flags_color = yellow
  99. main_window_color = default
  100. color1 = red
  101. color2 = red
  102. main_window_highlight_color = white
  103. progressbar_color = black
  104. progressbar_elapsed_color = red
  105. statusbar_color = default
  106. alternative_ui_separator_color = magenta
  107. active_column_color = red
  108. window_border_color = yellow
  109.  
  110. ## you have dunst? use this
  111. #execute_on_song_change = ~/.ncmpcpp/art-light.sh && notify-send "Now Playing ♫" "$(mpc current)"
  112. #execute_on_song_change = ~/.ncmpcpp/art-dark.sh && notify-send "Now Playing ♫" "$(mpc current)"
  113.  
  114. ## you don't have dunst? maybe another notification daemon would work. doesn't work? use this to disable sending notification attemps
  115. #execute_on_song_change = ~/.ncmpcpp/art-light.sh
  116. execute_on_song_change = ~/.ncmpcpp/art.bash
Advertisement
Add Comment
Please, Sign In to add comment