Improve hyprland and waybar configs

This commit is contained in:
Tobias Reisinger 2023-07-01 13:05:41 +02:00
parent ceea1c316a
commit 32a6ce75bd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 77 additions and 43 deletions

View file

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

View file

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