back to original font
This commit is contained in:
parent
648dfbbdf1
commit
03030179ca
|
|
@ -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:Inconsolata Awesome:size=12
|
||||
URxvt.font: xft:TamzenForPowerline:size=12
|
||||
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
||||
URxvt*scrollBar: false
|
||||
URxvt*fading: 30
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
xinput set-prop 9 289 1
|
||||
xinput set-prop 9 297 1
|
||||
xinput set-prop 10 289 1
|
||||
xinput set-prop 10 297 1
|
||||
xinput set-prop 14 307 1
|
||||
xinput set-prop 14 289 1
|
||||
wal -R
|
||||
|
|
|
|||
4
.zshrc
4
.zshrc
|
|
@ -161,8 +161,8 @@ if [ -f '/home/hate/google-cloud-sdk/path.zsh.inc' ]; then source '/home/hate/go
|
|||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/hate/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/hate/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
POWERLEVEL9K_MODE="awesome-patched"
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status battery time)
|
||||
POWERLEVEL9K_MODE="nerd-complete"
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
|
||||
POWERLEVEL9K_VCS_GIT_ICON=$'\uE80A '
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs)
|
||||
#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(icons_test)
|
||||
|
|
|
|||
Loading…
Reference in New Issue