dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

config (1574B)


      1 ncmpcpp_directory="~/.config/ncmpcpp"
      2 
      3 mpd_music_dir = "~/.config/mpd/music"
      4 mpd_crossfade_time = "2"
      5 mpd_port = "6600"
      6 
      7 # Visualizer
      8 visualizer_fifo_path = "/tmp/mpd.fifo"
      9 visualizer_output_name = "fifo"
     10 visualizer_sync_interval= "30"
     11 visualizer_in_stereo = yes
     12 visualizer_look = "xx"
     13 
     14 # Playlist
     15 song_columns_list_format = "(6f)[blue]{l} (25)[red]{a} (40)[green]{t|f} (30)[yellow]{b}"
     16 now_playing_prefix = "$b$5»$7»$1» "
     17 now_playing_suffix = "$/b"
     18 playlist_display_mode = "columns" (classic/columns)
     19 autocenter_mode = "yes"
     20 centered_cursor = "yes"
     21 
     22 # Bars
     23 song_status_format = "$2%a $1• $3%t $1• $4%b {(Disc %d) }$1• $5%y$1"
     24 progressbar_look = "─╼·"
     25 titles_visibility = "no"
     26 
     27 # Browser
     28 browser_playlist_prefix = "$2plist »$9 "
     29 browser_display_mode = "columns" (classic/columns)
     30 
     31 # Colors
     32 discard_colors_if_item_is_selected = "yes"
     33 header_window_color = "white"
     34 volume_color = "cyan"
     35 state_line_color = "green"
     36 state_flags_color = "yellow"
     37 main_window_color = "white"
     38 color1 = "default"
     39 color2 = "green"
     40 #main_window_highlight_color = "red"
     41 current_item_prefix = "$(red)$r"
     42 current_item_suffix = "$/r$(end)"
     43 progressbar_color = "yellow"
     44 statusbar_color = "white"
     45 #active_column_color = "red"
     46 current_item_inactive_column_prefix = "$(red)$r"
     47 current_item_inactive_column_suffix = "$/r$(end)"
     48 
     49 lyrics_fetchers = genius
     50 
     51 # Others
     52 song_window_title_format = "{%a - }{%t}{ [%b{ Disc %d}]}"
     53 search_engine_display_mode = "columns" (classic/columns)
     54 follow_now_playing_lyrics = "yes"
     55 allow_for_physical_item_deletion = "yes"
     56 #display_screens_numbers_on_start = "no"