Update minor configs
This commit is contained in:
parent
88aff77c72
commit
ceb508ce84
4 changed files with 6 additions and 4 deletions
1
.bin/.e
1
.bin/.e
|
@ -5,6 +5,7 @@ declare -A mapper=(
|
|||
["alacritty"]="$HOME/.config/alacritty/alacritty.yml"
|
||||
["astronvim"]="$HOME/.config/astronvim/lua/user/init.lua"
|
||||
["autostart"]="$HOME/.bin/autostart-manage"
|
||||
["autostart.toml"]="$HOME/.config/autostart.toml"
|
||||
["bash"]="$HOME/.bashrc"
|
||||
["bspwm"]="$HOME/.config/bspwm/bspwmrc"
|
||||
["environment"]="$HOME/.config/environment"
|
||||
|
|
|
@ -43,6 +43,7 @@ export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
|
|||
_makeflags=$(grep -c ^processor /proc/cpuinfo)
|
||||
export MAKEFLAGS="-j$_makeflags"
|
||||
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
|
||||
export MOAR="--style=dracula"
|
||||
|
||||
_whoami=$(whoami)
|
||||
export NIX_PATH="$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/$_whoami/channels${NIX_PATH:+:$NIX_PATH}"
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
padding-right = 1
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
module-margin-right = 1
|
||||
|
||||
font-0 = Open Sans:size=12
|
||||
font-1 = Font Awesome 6 Pro Regular:size=12
|
||||
|
@ -30,7 +30,7 @@
|
|||
monitor =
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
tray-padding = 1
|
||||
|
||||
wm-restack = bspwm
|
||||
; wm-restack = i3
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
label-occupied = %icon% %index%
|
||||
label-occupied-padding = 2
|
||||
|
||||
label-urgent = %icon% %index%!
|
||||
label-urgent = %icon% %index%
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-padding = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue