diff --git a/.Xresources b/.Xresources index 304a7ef..84fe3eb 100644 --- a/.Xresources +++ b/.Xresources @@ -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 diff --git a/.xsession b/.xsession index 632408e..7c208ce 100755 --- a/.xsession +++ b/.xsession @@ -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 diff --git a/.zshrc b/.zshrc index a8ecbb0..314b917 100644 --- a/.zshrc +++ b/.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)