From 626a48cf88b1dfec95e2940ade91274d19742e27 Mon Sep 17 00:00:00 2001 From: Shunsuke Mie Date: Sun, 31 Oct 2021 18:19:38 +0900 Subject: [PATCH] Update init.lua to show a last modification column --- src/init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/init.lua b/src/init.lua index a35eb26..634c4c6 100644 --- a/src/init.lua +++ b/src/init.lua @@ -240,10 +240,11 @@ xplr.config.general.table.col_spacing = 1 -- Type: nullable list of [Constraint](https://xplr.dev/en/layouts#constraint) xplr.config.general.table.col_widths = { { Percentage = 10 }, - { Percentage = 50 }, + { Percentage = 30 }, { Percentage = 10 }, { Percentage = 10 }, - { Percentage = 20 }, + { Percentage = 15 }, + { Percentage = 15 }, } -- The content that is placed before the item name for each row by default.