🎨 merge mbpr changes
This commit is contained in:
parent
24036a2032
commit
1ef9ad2dda
7 changed files with 195 additions and 34 deletions
27
.config/ncmpcpp/config
Normal file
27
.config/ncmpcpp/config
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
mpd_music_dir = "~/Music/"
|
||||
ncmpcpp_directory = "~/.config/ncmpcpp"
|
||||
lyrics_directory = "~/.config/ncmpcpp/lyrics"
|
||||
#execute_on_song_change = "~/.ncmpcpp/songchange.sh"
|
||||
|
||||
## Unsupported mouse ##
|
||||
mouse_support = "yes"
|
||||
mouse_list_scroll_whole_page = "yes"
|
||||
|
||||
## Navigation ##
|
||||
cyclic_scrolling = "yes"
|
||||
header_text_scrolling = "yes"
|
||||
jump_to_now_playing_song_at_start = "yes"
|
||||
lines_scrolled = "2"
|
||||
|
||||
## Other ##
|
||||
system_encoding = "utf-8"
|
||||
regular_expressions = "extended"
|
||||
|
||||
##
|
||||
## Appearance
|
||||
## Other ##
|
||||
now_playing_prefix = "❥ "
|
||||
progressbar_look = "───"
|
||||
colors_enabled = "yes"
|
||||
autocenter_mode = "yes"
|
||||
centered_cursor = "yes"
|
||||
Loading…
Add table
Add a link
Reference in a new issue