still fonts..
This commit is contained in:
parent
03030179ca
commit
087e9af027
|
|
@ -61,7 +61,7 @@ XClock*secondColor: rgba:f6/ff/ff/ff
|
||||||
! Set depth to make transparency work.
|
! Set depth to make transparency work.
|
||||||
URxvt*depth: 32
|
URxvt*depth: 32
|
||||||
!!URxvt*intensityStyles: false
|
!!URxvt*intensityStyles: false
|
||||||
URxvt.font: xft:TamzenForPowerline:size=12
|
URxvt.font: xft:TamzenForPowerline:size=12,xft:Source Code Pro for Powerline:size=12
|
||||||
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*fading: 30
|
URxvt*fading: 30
|
||||||
|
|
|
||||||
4
.zshrc
4
.zshrc
|
|
@ -163,6 +163,6 @@ if [ -f '/home/hate/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/h
|
||||||
|
|
||||||
POWERLEVEL9K_MODE="nerd-complete"
|
POWERLEVEL9K_MODE="nerd-complete"
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
|
||||||
POWERLEVEL9K_VCS_GIT_ICON=$'\uE80A '
|
#POWERLEVEL9K_VCS_GIT_ICON=$'\ue5fd'
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
|
||||||
#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(icons_test)
|
#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(icons_test)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue