Keus
Keus
Hi, Am an noob to zsh and powerline themes. I stumbled over https://github.com/ryanoasis/powerline-extra-symbols and wanted to know how can i setup the Fire/Flame theme. This is my current terminal view:...
Nop, i tried using it with no avail. Here is what i tried: 1) I am using PowerLevel10K and not PowerLevel9K 2) I am using NerdFonts Hacker font regular 3)...
1) macOS Catalina 2) Vserion 10.15.2 (19C57) 3) Native and iTerm2 4) iTerm2 (Build 3.3.7) 5) `/bin/zsh` 6) `oh my zsh` installed using Curl `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` 7)...
so i guess i took a step in the right direction, had to put it after the following: ``` source ~/powerlevel10k/powerlevel10k.zsh-theme POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\UE0C0' POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\UE0C2' POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='\UE0C1' POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR='\UE0C3' ``` BUT, it looks so...
You are awesome @extremepayne, Here how it looks like now:  Here is my config: ``` POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\UE0C0' POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='\UE0C1' POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\UE0C0' #Left Segment POWERLEVEL9K_DIR_BACKGROUND='166' POWERLEVEL9K_OS_ICON_BACKGROUND='214' #Right Segment POWERLEVEL9K_TIME_BACKGROUND='095' POWERLEVEL9K_STATUS_OK_BACKGROUND='179' #Additional POWERLEVEL9K_COMMAND_EXECUTION_TIME_BACKGROUND='178' POWERLEVEL9K_STATUS_OK_PIPE_BACKGROUND='000'...
> Try adding a space. Before the Unicode `POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL=' \UE0C2 '` //Worked !!! > Then change POWERLEVEL9K__FOREGROUND `POWERLEVEL9K_TIME_FOREGROUND="255"` Ref: https://github.com/Powerlevel9k/powerlevel9k/wiki/Show-Off-Your-Config End result: ...