diff --git a/.config/polybar/config b/.config/polybar/config index 6965b1d..e16fcb4 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -63,10 +63,11 @@ tray-padding = 2 [bar/example_right] inherit = bar/example -monitor = ${env:MONITOR:DP-0} +monitor = ${env:MONITOR:DP-4} modules-left = i3 [bar/example_laptop] +monitor = ${env:MONITOR:eDP-1} inherit = bar/example modules-left = i3 tray-position = right @@ -411,4 +412,4 @@ animation-charging-framerate = 750 [module/battery2] inherit = module/battery1 -battery = BAT1 \ No newline at end of file +battery = BAT1 diff --git a/.zimrc b/.zimrc index 9b72114..39fe291 100644 --- a/.zimrc +++ b/.zimrc @@ -27,6 +27,7 @@ zssh_ids=(id_ed25519) # Set your desired prompt here #POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='black' #POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='009' +export TERM="xterm-256color" DEFAULT_USER=bauer POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status time) diff --git a/.zshrc b/.zshrc index b578f9c..e6be33b 100644 --- a/.zshrc +++ b/.zshrc @@ -14,6 +14,7 @@ export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim # Start zim [[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh + export LANG=en_US.UTF-8 export EDITOR='vim' export SSH_KEY_PATH="~/.ssh/rsa_id"