diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-06 11:05:07 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-06 11:05:07 +0100 |
commit | 961c85d568a63186a70830c288029115b7e5de57 (patch) | |
tree | 146a08cc6e4b4164675f21b15ad977885cf6ac97 /.config/ncmpcpp/config | |
parent | 638a714138c61a05bce07af79612edc21a0c7f59 (diff) |
minor update
Diffstat (limited to '.config/ncmpcpp/config')
-rw-r--r-- | .config/ncmpcpp/config | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config deleted file mode 100644 index 81aa4e1..0000000 --- a/.config/ncmpcpp/config +++ /dev/null @@ -1,30 +0,0 @@ -mpd_host = "127.0.0.1" -mpd_port = "6600" -#mpd_host = "/mnt/e/mpd/socket" -mpd_music_dir = "/mnt/e/mpd/music" -mpd_connection_timeout = "5" -mpd_crossfade_time = "1" -ncmpcpp_directory="~/.config/ncmpcpp" -external_editor = "$EDITOR" - -progressbar_look = "-> " -progressbar_elapsed_color = "cyan" -progressbar_color = "black" -playlist_display_mode = "classic" -autocenter_mode = "yes" -centered_cursor = "yes" -user_interface = "alternative" - -header_visibility = "no" -statusbar_visibility = "no" -titles_visibility = "no" - -state_flags_color = blue -main_window_color = white -current_item_prefix = $(magenta)$r -song_columns_list_format = (20)[]{a} (6f)[blue]{NE} (50)[white]{t|f:Title} (20)[blue]{} (7f)[magenta]{l} -song_list_format = " {{%a - %t}|{%f}}{$R%l} " -window_border_color = blue - -now_playing_prefix = "$b$6" -now_playing_suffix = "$/b$9" |