Skip to content

Commit ccdb4a1

Browse files
committed
Updated some pacakges
1 parent f463fba commit ccdb4a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

set-hypr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ else
8787
echo -e "$CWR - Yay was NOT located"
8888
read -n1 -rep $'[\e[1;33mACTION\e[0m] - Would you like to install yay (y,n) ' INSTYAY
8989
if [[ $INSTYAY == "Y" || $INSTYAY == "y" ]]; then
90-
git clone https://aur.archlinux.org/yay-git.git &>> $INSTLOG
91-
cd yay-git
90+
git clone https://aur.archlinux.org/yay.git &>> $INSTLOG
91+
cd yay
9292
makepkg -si --noconfirm &>> ../$INSTLOG
9393
cd ..
9494

@@ -119,14 +119,14 @@ if [[ $INST == "Y" || $INST == "y" ]]; then
119119
yay -Suy --noconfirm &>> $INSTLOG
120120

121121
#setup the waybar with a fix - thankyou @Mrt
122-
echo -e "$CNT - Installing Waybar with fix"
123-
yay -S --noconfirm gcc12 &>> $INSTLOG
124-
export CC=gcc-12 CXX=g++-12
125-
yay -S --noconfirm waybar-hyprland &>> $INSTLOG
122+
#echo -e "$CNT - Installing Waybar with fix"
123+
#yay -S --noconfirm gcc12 &>> $INSTLOG
124+
#export CC=gcc-12 CXX=g++-12
125+
#yay -S --noconfirm waybar-hyprland &>> $INSTLOG
126126

127127
#Stage 1
128128
echo -e "\n$CNT - Stage 1 - Installing main components, this may take a while..."
129-
for SOFTWR in hyprland kitty swww swaylock-effects wofi wlogout mako xdg-desktop-portal-hyprland-git swappy grim slurp thunar
129+
for SOFTWR in hyprland kitty waybar swww swaylock-effects wofi wlogout mako xdg-desktop-portal-hyprland swappy grim slurp thunar
130130
do
131131
#First lets see if the package is there
132132
if yay -Qs $SOFTWR > /dev/null ; then
@@ -164,7 +164,7 @@ if [[ $INST == "Y" || $INST == "y" ]]; then
164164

165165
#Stage 3
166166
echo -e "\n$CNT - Stage 3 - Installing theme and visual related tools and utilities, this may take a while..."
167-
for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings sddm-git sddm-sugar-candy-git
167+
for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings sddm-git qt5-svg qt5-quickcontrols2 qt5-graphicaleffects
168168
do
169169
#First lets see if the package is there
170170
if yay -Qs $SOFTWR > /dev/null ; then

0 commit comments

Comments
 (0)