-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncmpcpp.config
154 lines (116 loc) · 3.47 KB
/
ncmpcpp.config
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
#######################################################################
## This is configuration file. Copy it to $HOME/.ncmpcpp/config ##
## or $XDG_CONFIG_HOME/ncmpcpp/config and set up your preferences ##
#######################################################################
volume_color = red
colors_enabled = yes
display_volume_level = yes
### directories ###
ncmpcpp_directory = ~/.ncmpcpp
### Directory for storing downloaded lyrics ###
lyrics_directory = ~/.lyrics
###############################
mpd_host = 192.168.2.30
mpd_port = 6600
################################
% egrep -v '^#' .ncmpcpp/config
visualizer_in_stereo = "no"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "10"
visualizer_type = "ellipse"
visualizer_look = "▮"
#visualizer_look = "▀▋"
#visualizer_look = "●▮"
visualizer_color = "blue, cyan, green, yellow, magenta, red, black"
message_delay_time = "2"
playlist_shorten_total_times = "yes"
playlist_display_mode = "classic"
playlist_editor_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
autocenter_mode = "yes"
mouse_support = "yes"
centered_cursor = "yes"
user_interface = "classic"
follow_now_playing_lyrics = "yes"
locked_screen_width_part = "60"
display_bitrate = "no"
external_editor = "vim"
progressbar_elapsed_color = "white"
progressbar_color = "black"
#progressbar_look = "▃▃▃"
progressbar_look = "──"
#progressbar_look = "==─"
header_visibility = "no"
statusbar_visibility = "yes"
titles_visibility = "no"
statusbar_color = "white"
enable_window_title = "yes"
now_playing_prefix = "$b$1"
now_playing_suffix = "$8$/b"
#now_playing_prefix = "$u$2"
#now_playing_suffix = "$2$/u$2"
song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[yellow]{t|f} (40)[green]{b} (4)[blue]{l}"
#song_list_format = " $7%l $2%t $R$5%a "
#song_list_format = "$1> $2%a$8 - $3%b - $8%t $R $3%l "
song_list_format = "$1> $2%a$8 - $8%t $R $3%l "
song_status_format = "$b$7♫ $2%a $8- $3%b $8- $8%t "
song_window_title_format = " {%a} - {%t}"
###################
## song format ##
##
## For a song format you can use:
##
## %l - length
## %f - filename
## %D - directory
## %a - artist
## %A - album artist
## %t - title
## %b - album
## %y - date
## %n - track number (01/12 -> 01)
## %N - full track info (01/12 -> 01/12)
## %g - genre
## %c - composer
## %p - performer
## %d - disc
## %C - comment
## %P - priority
## $R - begin right alignment
##
##
## Colors:
##
## - 0 - default window color (discards all other colors)
## - 1 - black
## - 2 - red
## - 3 - green
## - 4 - yellow
## - 5 - blue
## - 6 - magenta
## - 7 - cyan
## - 8 - white
## - 9 - end of current color
## - b - bold text
## - u - underline text
## - r - reverse colors
## - a - use alternative character set
##
##
###################################################################
## Custom command that will be executed each time song changes ##
##
#execute_on_song_change =
#
##
###########################################################################
## Custom command that will be executed each time player state changes ##
## The environment variable MPD_PLAYER_STATE is set to the current ##
## state (either unknown, play, pause, or stop) for its duration ##
##
#
#execute_on_player_state_change = notify-send "$(mpc current)"
startup_slave_screen=visualizer
execute_on_song_change="notify-send "Now playing" "$(ncmpcpp -q --current-song="{%a - }{%t}|{%f}")""