This commit is contained in:
Sojus07
2025-03-03 12:46:38 +01:00
parent a7a9e9fd6a
commit c6bf052da6

View File

@ -14,14 +14,12 @@
type "pipewire" type "pipewire"
name "Pipewire Output" name "Pipewire Output"
} }
audio_output { audio_output {
type "fifo" type "fifo"
name "Visualizer feed" name "Visualizer feed"
path "/tmp/mpd.fifo" path "/tmp/mpd.fifo"
format "44100:16:2" format "44100:16:2"
} }
''; '';
}; };
}; };
@ -37,40 +35,52 @@
mouse_support = "yes"; mouse_support = "yes";
visualizer_data_source = "/tmp/mpd.fifo"; visualizer_data_source = "/tmp/mpd.fifo";
visualizer_output_name = "my_fifo"; visualizer_output_name = "my_fifo";
visualizer_in_stereo = "yes"; visualizer_in_stereo = "no";
visualizer_type = "wave"; visualizer_type = "spectrum";
visualizer_look = ""; visualizer_look = "";
visualizer_color = "7, 5, 4, 3"; visualizer_color = "7, 5, 4, 3";
startup_screen = "playlist"; startup_screen = "browser";
startup_slave_screen = "visualizer"; startup_slave_screen = "visualizer";
song_list_format = "[%l] - [ %a | %t] "; playlist_disable_highlight_delay = "1";
locked_screen_width_part = 50; song_list_format = "{$2%a$9} $1|$9 {$5%t$9} $R {$6%b$9} $1|$9 {$2%l$9}";
ask_for_locked_screen_width_part = "no"; song_library_format = "{%n - }{%t}|{%f}";
song_status_format = "$b{$6%a$9 $1|$9} {$7%t$9} $1|$9 {$2%b$9} $1|$9 {$6%y$9} $1|$9";
song_window_title_format = "{%a-%t}";
song_columns_list_format = "(6)[magenta]{l} (30)[red]{a} (30)[blue]{b} (53)[magenta]{t}";
playlist_display_mode = "classic"; playlist_display_mode = "classic";
autocenter_mode = "yes";
progressbar_look = "___";
header_visibility = "no";
statusbar_visibility = "no";
titles_visibility = "no"; titles_visibility = "no";
follow_now_playing_lyrics = "no"; browser_display_mode = "columns";
enable_window_title = "no"; incremental_seeking = "yes";
external_editor = "vis"; autocenter_mode = "yes";
header_visibility = "no";
statusbar_visibility = "yes";
cyclic_scrolling = "yes";
display_bitrate = "yes";
ignore_leading_the = "yes";
enable_window_title = "yes";
progressbar_look = ":: ";
user_interface = "alternative";
alternative_header_first_line_format = "{$b$2%a$9} $1|$9 {$5%t$9}";
alternative_header_second_line_format = "{$6%b$9} $1|$9 {$2(%y)$9}";
alternative_ui_separator_color = "black";
playlist_separate_albums = "no";
colors_enabled = "yes"; colors_enabled = "yes";
empty_tag_color = "red"; empty_tag_color = "blue";
header_window_color = "yellow"; header_window_color = "black";
volume_color = "yellow"; volume_color = "black";
state_line_color = "red"; display_volume_level = "yes";
state_flags_color = "yellow"; state_line_color = "cyan";
main_window_color = "default"; state_flags_color = "red";
color1 = "red"; main_window_color = "blue";
color2 = "red"; color1 = "white";
progressbar_color = "5"; color2 = "blue";
progressbar_elapsed_color = "4"; progressbar_color = "black";
statusbar_color = "black"; statusbar_color = "black";
alternative_ui_separator_color = "magenta"; window_border_color = "red";
window_border_color = "yellow"; active_window_border = "red";
active_window_border = "magenta";
}; };
}; };
}; };
} }