From d96797892ee5347ab1f1b861e17cbb612198f1aa Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 29 Nov 2025 05:01:37 -0600 Subject: [PATCH] feat: new tabs in rmpc --- modules/home/cli/fun/rmpc/config/config.ron | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/modules/home/cli/fun/rmpc/config/config.ron b/modules/home/cli/fun/rmpc/config/config.ron index 0289e3b..22a51b4 100755 --- a/modules/home/cli/fun/rmpc/config/config.ron +++ b/modules/home/cli/fun/rmpc/config/config.ron @@ -21,7 +21,7 @@ directories_sort: SortFormat(group_by_type: true, reverse: false), album_art: ( method: Auto, - max_size_px: (width: 1200, height: 1200), + max_size_px: (width: 480, height: 480), disabled_protocols: ["http://", "https://"], vertical_align: Center, horizontal_align: Center, @@ -34,13 +34,11 @@ ".": VolumeUp, "": NextTab, "": PreviousTab, - "1": SwitchToTab("Queue"), - "2": SwitchToTab("Directories"), + "1": SwitchToTab("Home"), + "2": SwitchToTab("Collection"), "3": SwitchToTab("Artists"), - "4": SwitchToTab("Album Artists"), - "5": SwitchToTab("Albums"), - "6": SwitchToTab("Playlists"), - "7": SwitchToTab("Search"), + "4": SwitchToTab("Playlists"), + "5": SwitchToTab("Search"), "q": Quit, ">": NextTrack, "p": TogglePause, @@ -138,6 +136,11 @@ (size: "100%", borders: "ALL", pane: Pane(Directories)), ]) ), + (name: "Artists", pane: Split(direction: Horizontal, panes: [ + (size: "100%", borders: "ALL", pane: Pane(AlbumArtists)), + ]) + + ), (name: "Playlists", pane: Split(direction: Horizontal, panes: [ (size: "100%", borders: "ALL", pane: Pane(Playlists)), ]) @@ -149,7 +152,7 @@ ], cava: ( framerate: 200, autosens: true, sensitivity: 100, - lower_cutoff_freq: 50, higher_cutoff_freq: 15000, + lower_cutoff_freq: 20, higher_cutoff_freq: 20000, input: ( method: Fifo, source: "/tmp/mpd.fifo",