-
Arch Linux has this in it's repo, so does Manjaro. I'm using Manjaro, and I installed the package. I am able to use the fonts. But I was confused regarding what part of the the installation instructio…
-
I use powerlevel10k
Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc.
open zsh
-
Hello. I am trying to add a custom segment called `drd_dev_env`. I have it at the end of my `POWERLEVEL9K_LEFT_PROMPT_ELEMENTS` like this:
```
# =========================[ Line #2 ]===========…
-
I am doing following thing in my config, but my segment has default background color instead of desired one.
```bash
BACKGROUND_COLOR=16
function prompt_emojiclock() { p10k segment -f 2 -b $BACK…
-
Hi! I'm using MonoLisa font on Terminal but as we can see the powerline fonts are not aligned in the status line. Can we fix this issue as an updated version?
Thank you!
-
I have the following code in my `.zshrc`:
``` zsh
HOME_ICONS=('🛖' '🎪' '⛺' '🏠' '🏕️' '🏚️' '🏛️')
HOME_ICON_INDEX=$(($RANDOM % ${#HOME_ICONS[@]} + 1))
HOME_ICON="${HOME_ICONS[HOME_ICON_INDEX]}"
type…
-
Hello,
I am trying to create a custom segment using `p10k segment`, and I've noticed that setting the background color with `-b` is never used. Trying to set it to `red` does not work:
```
fu…
-
### Describe the bug
after upgrade to newest oh my zsh, it shows me this error msg.
```
WARNING]: Console output during zsh initialization detected.
When using Powerlevel10k with instant prompt,…
-
I noticed in a number of your screen recordings where transient prompt is enabled you've got the prompt at the bottom of the terminal window.
e.g. https://raw.githubusercontent.com/romkatv/powerlev…
-
Hi, is there a way to add a new directory class (to `POWERLEVEL9K_DIR_CLASSES`) while still keeping all the default classes intact? As stated in https://github.com/romkatv/powerlevel10k/issues/2345, d…