mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
# vim: filetype=conf
|
|
|
|
ncmpcpp_directory = "~/.config/ncmpcpp"
|
|
lyrics_directory = "~/.local/share/lyrics"
|
|
mpd_music_dir = "~/Music"
|
|
message_delay_time = "1"
|
|
visualizer_type = "spectrum"
|
|
visualizer_spectrum_dft_size = 4
|
|
user_interface = "alternative"
|
|
startup_screen = "browser"
|
|
ignore_leading_the = yes
|
|
external_editor = nvim
|
|
use_console_editor = yes
|
|
execute_on_song_change="pkill -RTMIN+11 dwmblocks"
|
|
cyclic_scrolling = "yes"
|
|
mouse_support = "yes"
|
|
mouse_list_scroll_whole_page = "yes"
|
|
lines_scrolled = "1"
|
|
playlist_shorten_total_times = "yes"
|
|
playlist_display_mode = "classic"
|
|
browser_display_mode = "classic"
|
|
browser_sort_mode = "mtime"
|
|
search_engine_display_mode = "classic"
|
|
playlist_editor_display_mode = "classic"
|
|
autocenter_mode = "yes"
|
|
centered_cursor = "yes"
|
|
follow_now_playing_lyrics = "yes"
|
|
locked_screen_width_part = "50"
|
|
ask_for_locked_screen_width_part = "no"
|
|
display_bitrate = "no"
|
|
main_window_color = "default"
|
|
progressbar_look = "━━ "
|
|
progressbar_elapsed_color = "magenta"
|
|
header_visibility = "no"
|
|
statusbar_visibility = "yes"
|
|
titles_visibility = "yes"
|
|
enable_window_title = "yes"
|
|
clock_display_seconds = no
|
|
color1 = "white"
|
|
color2 = "blue"
|
|
now_playing_prefix = "$b$6 "
|
|
now_playing_suffix = "$/b$9"
|
|
current_item_prefix = "$b$3 "
|
|
song_list_format = "{{%a - %t}|{%f}}{$R%l}"
|
|
song_status_format = {%a - %t}|{%f}
|
|
song_library_format = {{%a - %t} (%b)}|{%f}
|