The following codes let you pad the width of sections to align with various Lister elements. For example, you can pad a section to align with the edge of the folder tree, so that no matter how wide the tree is the section will always be the same width. This is particularly useful in dual-display Listers, where you can define the status bar to show information for both file displays at once - in this instance, you would want to pad the section for the right file display to always align with it.
Description |
Code |
---|---|
Pad to percentage of total space |
{padX} |
Pad to percentage of remaining space |
{rpadX} |
Pad to width of folder tree |
{wtree} |
Pad to width of second folder tree |
{wtree2} |
Pad to right edge of folder tree |
{rtree} |
Pad to right edge of folder tree, right-justify
contents |
{rtree-} |
Pad to right edge of second folder tree |
{rtree2} |
Pad to right edge of second folder tree, right-justify
contents |
{rtree2-} |
Pad to width of left file display |
{wleft} |
Pad to right edge of left file display |
{rleft} |
Pad to right edge of left file display, right-justify
contents |
{rleft-} |
Absolute width |
{widthX} |