Advertisement
Dobbie03

ncmpcpp

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