summaryrefslogtreecommitdiff
path: root/ar/.config/rmpc/config.ron
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/rmpc/config.ron')
-rw-r--r--ar/.config/rmpc/config.ron15
1 files changed, 14 insertions, 1 deletions
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),
+ ],
),
),
(