add nwg-look back to hyprland packages

This commit is contained in:
Stephan Raabe 2024-01-30 08:40:05 +01:00
parent ab573d476d
commit 526f27d930

View File

@ -12,15 +12,5 @@ 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