diff --git a/.install/hyprland-packages.sh b/.install/hyprland-packages.sh index 90d5f9f..8841432 100644 --- a/.install/hyprland-packages.sh +++ b/.install/hyprland-packages.sh @@ -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 \ No newline at end of file