| config - dotfiles - These are my dotfiles. There are many like it, but these ar… | |
| git clone git://jay.scot/dotfiles | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| config (781B) | |
| --- | |
| 1 # visual stuff for 8 | |
| 2 visualizer_data_source = /tmp/mpd.fifo | |
| 3 visualizer_output_name = my_fifo | |
| 4 visualizer_in_stereo = no | |
| 5 #visualizer_type = spectrum | |
| 6 visualizer_look = ∙▋ | |
| 7 visualizer_color = 7,5,8,3 | |
| 8 song_columns_list_format = "(50)[green]{a} (50)[white]{t|f}" | |
| 9 | |
| 10 playlist_display_mode = columns | |
| 11 browser_display_mode = columns | |
| 12 | |
| 13 ncmpcpp_directory = ~/.config/ncmpcpp | |
| 14 lyrics_directory = /tmp | |
| 15 store_lyrics_in_song_dir = yes | |
| 16 autocenter_mode = "yes" | |
| 17 centered_cursor = "yes" | |
| 18 cyclic_scrolling = "no" | |
| 19 | |
| 20 titles_visibility = "no" | |
| 21 header_visibility = "no" | |
| 22 statusbar_visibility = "no" | |
| 23 progressbar_look = "❙❙❙" | |
| 24 progressbar_color = "white" | |
| 25 | |
| 26 user_interface = "classic" | |
| 27 | |
| 28 startup_screen = playlist | |
| 29 #startup_slave_screen = visualizer | |
| 30 'startup_slave_screen_focus = no | |
| 31 locked_screen_width_part = 35 |