Closed adriancmiranda closed 2 months ago
This update introduces a new feature that allows users to set a custom prefix for the window bar (winbar).
New Configuration: A new configuration option has been added to set a prefix that will be displayed before the current content of the winbar.
Flexible Format: The prefix can be a simple string and is consistently applied across all windows where the winbar is active.
return { ... ui = { winbar_prefix = ' ', ... }, ... }
before
after
Customization: Provides an easy way to customize the appearance of the winbar according to user preferences.
This update introduces a new feature that allows users to set a custom prefix for the window bar (winbar).
Key Changes:
New Configuration: A new configuration option has been added to set a prefix that will be displayed before the current content of the winbar.
Flexible Format: The prefix can be a simple string and is consistently applied across all windows where the winbar is active.
Configuration Example:
Appearance
Benefits:
Customization: Provides an easy way to customize the appearance of the winbar according to user preferences.