Improve hyprland and waybar configs
This commit is contained in:
parent
ceea1c316a
commit
32a6ce75bd
7 changed files with 77 additions and 43 deletions
1
.bin/.e
1
.bin/.e
|
@ -23,6 +23,7 @@ declare -A mapper=(
|
|||
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
||||
["vim"]="$HOME/.config/vim/vimrc"
|
||||
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg.tpl"
|
||||
["waybar"]="$HOME/.config/waybar/"
|
||||
["xprofile"]="$HOME/.xprofile"
|
||||
["zsh"]="$HOME/.config/zsh/.zshrc"
|
||||
)
|
||||
|
|
|
@ -90,9 +90,9 @@ _autostart_run_graphical () {
|
|||
start-audio pipewire
|
||||
wait-for-service "network-online.target"
|
||||
|
||||
if ! pgrep -x keepassxc
|
||||
if ! pgrep keepassxc >/dev/null
|
||||
then
|
||||
if pass
|
||||
if pass x
|
||||
then
|
||||
(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue