Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 947 forks source link

[Feature request] Bold prompt segments #1223

Open romkatv opened 5 years ago

romkatv commented 5 years ago

Add FOO_BOLD option (defaults to false, can be set to true) for every FOO for which there is currently FOO_FOREGROUND or FOO_COLOR.

For example, POWERLEVEL9K_TIME_BOLD=true to make time segment bold. POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_BOLD=true to make the icon in time bold.

Syphdias commented 5 years ago

I might be wrong, but there is something like that on next. I don't think it's documented though...

Syphdias commented 5 years ago

Examples would be P9K_DIR_HOME_BOLD=true or P9K_TIME_BOLD=true

romkatv commented 5 years ago

That's nice! Does it also support bold icons like I mentioned in the description?

Syphdias commented 5 years ago

Didn't check for that. Probably could be done in a similar way.