Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.2 KiB

  1. # vim: filetype=conf
  2. ncmpcpp_directory = "~/.config/ncmpcpp"
  3. lyrics_directory = "~/.local/share/lyrics"
  4. mpd_music_dir = "~/Music"
  5. autocenter_mode = "yes"
  6. follow_now_playing_lyrics = "yes"
  7. ignore_leading_the = "yes"
  8. ignore_diacritics = "yes"
  9. default_place_to_search_in = "database"
  10. ## Display Modes ##
  11. playlist_editor_display_mode = "columns"
  12. search_engine_display_mode = "columns"
  13. browser_display_mode = "columns"
  14. playlist_display_mode = "columns"
  15. ## General Colors ##
  16. colors_enabled = "yes"
  17. main_window_color = "white"
  18. header_window_color = "cyan"
  19. volume_color = "green"
  20. statusbar_color = "white"
  21. progressbar_color = "cyan"
  22. progressbar_elapsed_color = "white"
  23. ## Song List ##
  24. song_columns_list_format = "(10)[blue]{l} (30)[green]{t} (30)[magenta]{a} (30)[yellow]{b}"
  25. song_list_format = "{$7%a - $9}{$5%t$9}|{$5%f$9}$R{$6%b $9}{$3%l$9}"
  26. ## Current Item ##
  27. current_item_prefix = "$(blue)$r"
  28. current_item_suffix = "$/r$(end)"
  29. current_item_inactive_column_prefix = "$(cyan)$r"
  30. ## Alternative Interface ##
  31. user_interface = "alternative"
  32. alternative_header_first_line_format = "$0$aqqu$/a {$6%a$9 - }{$3%t$9}|{$3%f$9} $0$atqq$/a$9"
  33. alternative_header_second_line_format = "{{$4%b$9}{ [$8%y$9]}}|{$4%D$9}"
  34. ## Classic Interface ##
  35. song_status_format = " $6%a $7⟫⟫ $3%t $7⟫⟫ $4%b "
  36. ## Visualizer ##
  37. visualizer_type = "spectrum"
  38. visualizer_in_stereo = "yes"
  39. visualizer_look = "◆▋"
  40. startup_screen = visualizer
  41. startup_slave_screen = playlist
  42. startup_slave_screen_focus = yes
  43. locked_screen_width_part = 30
  44. ## Navigation ##
  45. cyclic_scrolling = "yes"
  46. header_text_scrolling = "yes"
  47. jump_to_now_playing_song_at_start = "yes"
  48. lines_scrolled = "2"
  49. ## Other ##
  50. system_encoding = "utf-8"
  51. regular_expressions = "extended"
  52. ## Selected tracks ##
  53. selected_item_prefix = "* "
  54. discard_colors_if_item_is_selected = "yes"
  55. ## Seeking ##
  56. incremental_seeking = "yes"
  57. seek_time = "1"
  58. ## Visibility ##
  59. header_visibility = "yes"
  60. statusbar_visibility = "yes"
  61. titles_visibility = "yes"
  62. ## Progress Bar ##
  63. progressbar_look = "=>-"
  64. ## Now Playing ##
  65. now_playing_prefix = "> "
  66. centered_cursor = "yes"
  67. # Misc
  68. display_bitrate = "yes"
  69. enable_window_title = "yes"
  70. empty_tag_marker = ""
  71. mpd_crossfade_time=3
  72. execute_on_song_change="kill -63 $(pidof dwmblocks)"