dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

config (1836B)


      1 # ░█▀█░█▀▀░█▄█░█▀█░█▀▀░█▀█░█▀█░░
      2 # ░█░█░█░░░█░█░█▀▀░█░░░█▀▀░█▀▀░░
      3 # ░▀░▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀░░░▀░░░░
      4 
      5 # setup
      6 ncmpcpp_directory = "~/.config/ncmpcpp"
      7 external_editor = "/usr/bin/vim"
      8 
      9 # mpd settings
     10 mpd_crossfade_time = "3"
     11 mpd_music_dir = "~/lib/music"
     12 mpd_host = "~/.config/mpd/socket"
     13 mpd_port = "6601"
     14 
     15 # visualizer
     16 visualizer_look = "▒░"
     17 visualizer_color = "cyan,blue,magenta,yellow"
     18 visualizer_in_stereo = "yes"
     19 visualizer_data_source = "~/.mpd/mpd.fifo"
     20 visualizer_output_name = "mpd spectrum"
     21 visualizer_type = "spectrum"
     22 
     23 # display settings
     24 song_columns_list_format = "(25)[15]{a} (40)[14]{t|f} (4f)[16]{l}"
     25 song_status_format = "$7%a $6$b> $6%t $6$b> $2%b$6"
     26 statusbar_color = "white"
     27 main_window_color = "cyan"
     28 header_visibility = "no"
     29 statusbar_visibility = "yes"
     30 colors_enabled = "yes"
     31 now_playing_prefix = "$5$b▒░ "
     32 now_playing_suffix = " ░▒"
     33 autocenter_mode = "yes"
     34 centered_cursor = "yes"
     35 progressbar_color = "black"
     36 progressbar_elapsed_color = "blue"
     37 progressbar_look = "▒▓░"
     38 titles_visibility = "no"
     39 mouse_support = "no"
     40 discard_colors_if_item_is_selected = "yes"
     41 user_interface = "classic"
     42 playlist_display_mode = "columns"
     43 search_engine_display_mode = "columns"
     44 
     45 # cheat sheet
     46 # %l - length
     47 # %f - filename
     48 # %D - directory
     49 # %a - artist
     50 # %t - title
     51 # %b - album
     52 # %y - year
     53 # %n - track number (01/12 -> 01)
     54 # %N - full track info (01/12 -> 01/12)
     55 # %g - genre
     56 # %c - composer
     57 # %p - performer
     58 # %d - disc
     59 # %C - comment
     60 # $R - begin right alignment
     61 # colors
     62 # $0 - default window color
     63 # $1 - black
     64 # $2 - red
     65 # $3 - green
     66 # $4 - yellow
     67 # $5 - blue
     68 # $6 - magenta
     69 # $7 - cyan
     70 # $8 - white
     71 # $9 - end of current color