mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
stuff
This commit is contained in:
@@ -63,10 +63,11 @@ tray-padding = 2
|
|||||||
|
|
||||||
[bar/example_right]
|
[bar/example_right]
|
||||||
inherit = bar/example
|
inherit = bar/example
|
||||||
monitor = ${env:MONITOR:DP-0}
|
monitor = ${env:MONITOR:DP-4}
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
|
|
||||||
[bar/example_laptop]
|
[bar/example_laptop]
|
||||||
|
monitor = ${env:MONITOR:eDP-1}
|
||||||
inherit = bar/example
|
inherit = bar/example
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|||||||
1
.zimrc
1
.zimrc
@@ -27,6 +27,7 @@ zssh_ids=(id_ed25519)
|
|||||||
# Set your desired prompt here
|
# Set your desired prompt here
|
||||||
#POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='black'
|
#POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='black'
|
||||||
#POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='009'
|
#POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='009'
|
||||||
|
export TERM="xterm-256color"
|
||||||
DEFAULT_USER=bauer
|
DEFAULT_USER=bauer
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda)
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status time)
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status time)
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@@ -14,6 +14,7 @@ export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
|||||||
# Start zim
|
# Start zim
|
||||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||||
|
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export SSH_KEY_PATH="~/.ssh/rsa_id"
|
export SSH_KEY_PATH="~/.ssh/rsa_id"
|
||||||
|
|||||||
Reference in New Issue
Block a user