Dobbie03

ncmpcpp

Oct 21st, 2020 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. #███╗ ██╗ ██████╗███╗ ███╗██████╗ ██████╗ ██████╗ ██████╗
  2. #████╗ ██║██╔════╝████╗ ████║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗
  3. #██╔██╗ ██║██║ ██╔████╔██║██████╔╝██║ ██████╔╝██████╔╝
  4. #██║╚██╗██║██║ ██║╚██╔╝██║██╔═══╝ ██║ ██╔═══╝ ██╔═══╝
  5. #██║ ╚████║╚██████╗██║ ╚═╝ ██║██║ ╚███████╗██║ ██║
  6. #╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
  7.  
  8. # MPD Settings ..
  9. mpd_music_dir = "/home/dobbie/Music"
  10.  
  11. #execute_on_song_change = ~/.config/ncmpcpp/mpdnotify
  12.  
  13. # Display ..
  14.  
  15. alternative_header_first_line_format = "{$5%t$/b}"
  16. alternative_header_second_line_format = "$7{$b%a$/b}$9 - $5{%b}$9 $8{(%y)}"
  17.  
  18. song_list_format = "♫ $2%n$(end) $9 $3%a$(end) $(245)-$9 $(246)%t$9 $R{ $5%y$9}$(end) $(246)%lq$(end)"
  19.  
  20. #song_columns_list_format ="(4)[red]{n} (20)[cyan]{a} (45)[blue]{t} (20)[white]{b} (5)[cyan]{y} (7)[magenta]{l}"
  21. song_columns_list_format ="(3f)[red]{n} (3f)[246]{} (35)[246]{t} (18)[blue]{a} (30)[green]{b} (5f)[yellow]{d} (5f)[cyan]{y} (7f)[246]{l}"
  22.  
  23. song_status_format = "$b $8%A $8•$3• $3%t $3•$5• $5%b $5•$2• $2%y $2•$8• %g" (bold)
  24. #song_status_format = "$8%A $8•$3• $3%t $3•$5• $5%b $5•$2• $2%y $2•$8• $8•%g" (regular)
  25.  
  26. #song_list_format = " $2%n $5%a $8%t $R$5%b $7%y $6%l"
  27.  
  28. #playlist_display_mode = "classic" (classic/columns)
  29. playlist_display_mode = "columns" (classic/columns)
  30. browser_display_mode = "columns" (classic/columns)
  31. search_engine_display_mode = "columns" (classic/columns)
  32.  
  33. # Colours
  34. ## - 0 - default window color (discards all other colors)
  35. ## - 1 - black
  36. ## - 2 - red
  37. ## - 3 - green
  38. ## - 4 - yellow
  39. ## - 5 - blue
  40. ## - 6 - magenta
  41. ## - 7 - cyan
  42. ## - 8 - white
  43. ## - 9 - end of current color
  44. ## - b - bold text
  45. ## - u - underline text
  46.  
  47. # Items
  48. ## %l - length
  49. ## %f - filename
  50. ## %D - directory
  51. ## %a - artist
  52. ## %A - album artist
  53. ## %t - title
  54. ## %b - album
  55. ## %y - date
  56. ## %n - track number (01/12 -> 01)
  57. ## %N - full track info (01/12 -> 01/12)
  58. ## %g - genre
  59. ## %c - composer
  60. ## %p - performer
  61. ## %d - disc
  62. ## %C - comment
  63. ## %P - priority
  64. ## $R - begin right alignment
  65.  
  66. # Now Playing ..
  67.  
  68. #now_playing_prefix = "$b$8»$2»$4»$3» "
  69. #now_playing_prefix =♫
  70. #now_playing_suffix = "$8$/b"
  71. #now_playing_prefix = "$b$2⟩$3⟩ "
  72. #now_playing_suffix = "$8$/b"
  73. #now_playing_prefix = $b$(white)
  74. #now_playing_suffix = $/r$/b$(end)
  75.  
  76. # Playlist ..
  77.  
  78. browser_playlist_prefix = "$2 ♥ $5 "
  79.  
  80.  
  81. # Delays ..
  82.  
  83. playlist_disable_highlight_delay = "1"
  84. #playlist_disable_highlight_delay = "0"
  85. message_delay_time= "1"
  86.  
  87.  
  88. # Progress Bar ..
  89.  
  90. progressbar_look = "─╼"
  91. #progressbar_look ="─⊙┄"
  92. #progressbar_look = "┅┅┄"
  93. #progressbar_look = "─➞─"
  94. #progressbar_look = "─┅─"
  95. #progressbar_look = "▁▁▁"
  96. #progressbar_look = "≈►·"
  97. #progressbar_look = "→→"
  98. progressbar_color = "blue"
  99. progressbar_elapsed_color = "white"
  100.  
  101.  
  102. # Colors ..
  103.  
  104. colors_enabled = "yes"
  105. empty_tag_color = "red"
  106. statusbar_color = "blue"
  107. state_line_color = "black"
  108. state_flags_color = "blue"
  109. main_window_color = "blue"
  110. header_window_color = "white"
  111. main_window_highlight_color = "blue"
  112.  
  113.  
  114. # Misc ..
  115.  
  116. display_bitrate = "yes"
  117. autocenter_mode = "yes"
  118. centered_cursor = "yes"
  119. titles_visibility = "no"
  120. statusbar_visibility = "yes"
  121. #empty_tag_marker=" -- ‼ -- "
  122. empty_tag_marker=""
  123. mouse_support = "yes"
  124. header_visibility = "no"
  125. display_remaining_time = "no"
  126. ask_before_clearing_playlists = "yes"
  127. discard_colors_if_item_is_selected = "yes"
  128. user_interface = "classic" (classic/alternative)
  129. default_find_mode = "wrapped"
  130. lyrics_directory = "~/.lyrics"
  131. follow_now_playing_lyrics = "yes"
  132. store_lyrics_in_song_dir = "no"
  133. ignore_leading_the = "yes"
  134. lines_scrolled = 1
  135. mouse_list_scroll_whole_page = no
  136. show_hidden_files_in_local_browser = no
  137. startup_screen = playlist
  138. #execute_on_song_change="/usr/bin/mpd-popup"
  139. execute_on_song_change="/usr/bin/np"
  140. #execute_on_song_change="~/dotfiles/bin/scripts/tinynotify.sh"
  141.  
  142.  
  143. # Visualizer ..
  144.  
  145. #visualizer_in_stereo = "yes"
  146. visualizer_in_stereo = "yes"
  147. visualizer_sync_interval = "30"
  148. visualizer_output_name = "Pipe"
  149. visualizer_fifo_path = "/tmp/mpd.fifo"
  150.  
  151. #visualizer_type = ellipse
  152. #visualizer_type = "wave_filled"
  153. visualizer_type = "spectrum"
  154.  
  155. #visualizer_look = ●▮
  156. #visualizer_look = "▉▋"
  157. #visualizer_look = "▋▋"
  158. #visualizer_look = "◆▋"
  159. #visualizer_look = "◈░"
  160. visualizer_look = "││"
  161. #visualizer_look = "▀▋"
  162. #visualizer_look = "▀○"
  163. #visualizer_look = "█▋"
  164. #visualizer_look = "██"
  165. #visualizer_look = "º|"
  166. #visualizer_look = "▒░"
  167. #visualizer_look = "▋▍"
  168. #visualizer_look = "▋█"
  169. #visualizer_look = "▋█"
  170. #visualizer_look = "▋░"
  171. #visualizer_look = "▋▓"
  172. #visualizer_look = "▋☰"
  173. #visualizer_look = "☰⛆"
  174. #visualizer_look = "☰▓"
  175.  
  176. visualizer_color = blue, cyan, green, yellow, magenta, red
  177.  
Add Comment
Please, Sign In to add comment