From 1c414a013128b83e50a72a9eb99fbedb8e7d4fa7 Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 8 Aug 2025 19:54:58 +0300 Subject: rmpc theme --- .config/rmpc/themes/def.ron | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron index e1e9736..b56a173 100644 --- a/.config/rmpc/themes/def.ron +++ b/.config/rmpc/themes/def.ron @@ -71,20 +71,26 @@ pane: Pane(Tabs), ), ( - size: "4", + size: "5", pane: Split( direction: Horizontal, panes: [ ( size: "100%", + borders: "ALL", pane: Split( direction: Vertical, panes: [ ( size: "4", - borders: "ALL", + borders: "NONE", pane: Pane(Header), ), + ( + size: "1", + borders: "NONE", + pane: Pane(ProgressBar), + ), ] ) ), @@ -104,11 +110,6 @@ ] ), ), - ( - size: "3", - borders: "TOP | BOTTOM", - pane: Pane(ProgressBar), - ), ], ), header: ( -- cgit v1.2.3