Hyprland-dotfiles/.install/hyprland-packages.sh

26 lines
538 B
Bash
Raw Normal View History

2023-11-10 16:12:15 -05:00
packagesPacman=(
2023-11-13 04:26:57 -05:00
"xdg-desktop-portal-hyprland"
2023-11-10 16:12:15 -05:00
"waybar"
"grim"
"slurp"
"swayidle"
"swappy"
"cliphist"
);
packagesYay=(
"swww"
"swaylock-effects-git"
2023-11-10 16:12:15 -05:00
"wlogout"
2023-11-24 03:17:32 -05:00
);
2024-01-25 14:19:09 -05:00
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