From 655b2236962d82a9d6c5e15c4aeb5245ea63c676 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 5 Dec 2018 20:22:14 +0200 Subject: [PATCH] powerlevel9k tweaking --- .Xresources | 2 +- .zshrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.Xresources b/.Xresources index fa507e0..763daf7 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: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 diff --git a/.zshrc b/.zshrc index 7f5212d..b2c512e 100644 --- a/.zshrc +++ b/.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)