-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve support for nerd fonts icons.
- Added submodule icon for `{git}` module when cwd is in a submodule. - Added `{battery:levelicon}` arg that shows an icon with the level. - Added `{battery:onlyicon}` arg that shows only an icon (no text). - The wizard figures out if the font is from NerdFonts v2 or v3. - The wizard figures out if the font uses mono- or double-width icons. - Added `flexprompt.settings.use_color_emoji` setting variable to use color emoji for certain icons when running in Windows Terminal. Currently the only way to enable it is by manually adding a Lua line in a script: `flexprompt.settings.use_color_emoji = true`.
- Loading branch information
1 parent
73b1e4f
commit 6935548
Showing
4 changed files
with
290 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.