mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Update init.lua to show a last modification column
This commit is contained in:
parent
57c29d47c5
commit
626a48cf88
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user