-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathncmpcppconfig
More file actions
30 lines (26 loc) · 741 Bytes
/
Copy pathncmpcppconfig
File metadata and controls
30 lines (26 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "/home/theemptyabyss/Music/"
lyrics_directory= "/home/theemptyabyss/.ncmpcpp/lyrics/"
main_window_color = white
header_visibility = no
playlist_display_mode = classic
song_list_format = $8{$3%a$9} - {$7%b (%y)$9} - {$6%t$9} $R %l
song_status_format = $8%a - %b (%y) - %t
now_playing_prefix = "$8 > "
now_playing_suffix = " < "
progressbar_color = white
progressbar_look = "━|─"
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "30"
visualizer_in_stereo = no
visualizer_type = spectrum
visualizer_look = ▋▋
visualizer_color = cyan