plugins.lualine.settings.tabline.lualine_y

Middle section on right side.

Type: null or (list of (string or ((attribute set of anything) or raw lua code))) or raw lua code

Default: null

Declared by:

plugins.lualine.settings.tabline.lualine_y.*.color

Defines a custom color for the component.

Type: null or (attribute set) or string

Default: null

Plugin default: The color defined by your theme, for the respective section & mode.

plugins.lualine.settings.tabline.lualine_y.*.fmt

A lua function to format the component string.

Type: null or lua function string

Default: null

Example:

''
  function(text)
    return text .. "!!!"
  end
''

plugins.lualine.settings.tabline.lualine_y.*.icon

The icon to be displayed in the component.

Type: null or string or attribute set of anything

Default: null

plugins.lualine.settings.tabline.lualine_y.*.icons_enabled

Whether to display icons alongside the component.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

plugins.lualine.settings.tabline.lualine_y.*.padding

Amount of padding added to components.

Type: null or signed integer or (attribute set of (signed integer or raw lua code)) or raw lua code

Default: null

Plugin default: 1