This commit is contained in:
Stephan Raabe
2024-01-25 20:19:09 +01:00
parent f7eb143a24
commit 2de300120e
2 changed files with 11 additions and 3 deletions

View File

@@ -12,5 +12,15 @@ packagesYay=(
"swww"
"swaylock-effects-git"
"wlogout"
"nwg-look"
);
if [[ $(_isInstalledYay "nwg-look") == 0 ]]; then
echo ":: nwg-look is already installed."
else
if [[ $(_isInstalledYay "nwg-look-bin") == 0 ]]; then
echo ":: nwg-look-bin is already installed."
else
echo ":: Starting installation of nwg-look-bin"
yay --noconfirm -S nwg-look-bin
fi
fi