feat: rmpc cava

This commit is contained in:
2025-10-05 15:30:58 +03:00
parent 4e688c7c83
commit c389bcf371
2 changed files with 47 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
playlist_style: (fg: "magenta"),
),
level_styles: (
info: (fg: "blue", bg: "black"),
info: (fg: "cyan", bg: "blue"),
warn: (fg: "yellow", bg: "black"),
error: (fg: "red", bg: "black"),
debug: (fg: "light_green", bg: "black"),
@@ -42,12 +42,13 @@
),
progress_bar: (
symbols: ["🬋", "󰃚 ", "⠔"],
track_style: (),
track_style: (fg: "blue"),
elapsed_style: (fg: "blue"),
thumb_style: (fg: "blue"),
),
scrollbar: (
symbols: ["", "█", "", ""],
symbols: ["", "█", "", ""],
// symbols: ["│", "█", "▲", "▼"],
track_style: (fg: "black"),
ends_style: (fg: "black"),
thumb_style: (fg: "magenta"),
@@ -201,5 +202,14 @@
],
lyrics: (
timestamp: false
)
),
cava: (
bar_symbols: ['▁', '▂', '▃', '▄', '▅', '▆', '▇', '█'],
inverted_bar_symbols: ['▔', '🮂', '🮃', '▀', '🮄', '🮅', '🮆', '█'],
bar_width: 1, // width of a single bar in columns
bar_spacing: 1, // free space between bars in columns
orientation: Bottom,
bar_color: Single("blue"),
),
)