fix(install.sh): fix swaylock package

This commit is contained in:
Philip Stark 2024-07-22 23:58:43 +02:00
parent d47e4ee626
commit a89bd7ddbd
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ case "$(uname)" in
esac esac
# Install prezto # Install prezto
if [ ! -d ~/.zprezto ]; then if [ ! -d "${ZDOTDIR:-$HOME}/.zprezto" ]; then
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
fi fi

View file

@ -11,7 +11,7 @@ signal-desktop
sway sway
swaybg swaybg
swayidle swayidle
swaylock swaylock-effects
waybar waybar
wireplumber wireplumber
wl-clipboard wl-clipboard