diff options
author | awy <awy@awy.one> | 2025-08-08 19:54:58 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-08 19:54:58 +0300 |
commit | 1c414a013128b83e50a72a9eb99fbedb8e7d4fa7 (patch) | |
tree | a659cacfa9f91733587c75767388e1d5d3a020ef /.config/rmpc/themes/def.ron | |
parent | 480d9cfaf1f52ce6b47c0d91d74ff65383af6693 (diff) | |
download | hyprdots-1c414a013128b83e50a72a9eb99fbedb8e7d4fa7.tar.gz |
rmpc theme
Diffstat (limited to '.config/rmpc/themes/def.ron')
-rw-r--r-- | .config/rmpc/themes/def.ron | 15 |
1 files 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: ( |