This commit is contained in:
Daniel Bauer
2018-09-17 17:23:39 +02:00
parent 603e306ccc
commit abd9ce99df
3 changed files with 5 additions and 2 deletions

View File

@@ -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
battery = BAT1

1
.zimrc
View File

@@ -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)

1
.zshrc
View File

@@ -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"