powerlevel9k tweaking
This commit is contained in:
parent
087e9af027
commit
655b223696
|
|
@ -61,7 +61,7 @@ XClock*secondColor: rgba:f6/ff/ff/ff
|
|||
! Set depth to make transparency work.
|
||||
URxvt*depth: 32
|
||||
!!URxvt*intensityStyles: false
|
||||
URxvt.font: xft:TamzenForPowerline:size=12,xft:Source Code Pro for Powerline:size=12
|
||||
URxvt.font: xft:TamzenForPowerline:size=12,xft:Inconsolata Awesome:size=12
|
||||
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
||||
URxvt*scrollBar: false
|
||||
URxvt*fading: 30
|
||||
|
|
|
|||
4
.zshrc
4
.zshrc
|
|
@ -162,7 +162,7 @@ if [ -f '/home/hate/google-cloud-sdk/path.zsh.inc' ]; then source '/home/hate/go
|
|||
if [ -f '/home/hate/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/hate/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
POWERLEVEL9K_MODE="nerd-complete"
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs load ram disk_usage ip time)
|
||||
#POWERLEVEL9K_VCS_GIT_ICON=$'\ue5fd'
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(host context dir vcs)
|
||||
#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(icons_test)
|
||||
|
|
|
|||
Loading…
Reference in New Issue