plugins.lualine.settings.inactive_sections.lualine_x
location
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.inactive_sections.lualine_x.*.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.inactive_sections.lualine_x.*.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.inactive_sections.lualine_x.*.icon
The icon to be displayed in the component.
Type: null or string or attribute set of anything
Default:
null
plugins.lualine.settings.inactive_sections.lualine_x.*.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.inactive_sections.lualine_x.*.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