From 5328e20a7ee864dd28f68df0ced4c3ce3f0fd5c7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:58:57 +0900 Subject: modified rmpc/config.ron, modified scripts/on_song_change, modified bin/qndl --- ar/.config/rmpc/config.ron | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ar/.config/rmpc/config.ron') diff --git a/ar/.config/rmpc/config.ron b/ar/.config/rmpc/config.ron index 733baab..892c7c7 100644 --- a/ar/.config/rmpc/config.ron +++ b/ar/.config/rmpc/config.ron @@ -284,7 +284,20 @@ border_symbols: Rounded, pane: Split( direction: Vertical, - panes: [(size: "25%", pane: Pane(AlbumArt)), (size: "70%", pane: Pane(Lyrics), vertical_align: Bottom)], + panes: [ + ( + size: "30%", + pane: Split( + direction: Horizontal, + panes: [ + (pane: Pane(Empty()), size: "43%"), + (pane: Pane(AlbumArt), size: "14%"), + (pane: Pane(Empty()), size: "43%"), + ], + ), + ), + (pane: Pane(Lyrics), size: "70%", vertical_align: Bottom), + ], ), ), ( -- cgit v1.2.3