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