diff --git a/setup/modules/Desktop-Enviroments/hyprland.sh b/setup/modules/Desktop-Enviroments/hyprland.sh index 808d912..e828490 100644 --- a/setup/modules/Desktop-Enviroments/hyprland.sh +++ b/setup/modules/Desktop-Enviroments/hyprland.sh @@ -80,10 +80,6 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/gtk-3.0 ~/.config #ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ #ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww -sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)" -rm -rf ~/.config/Vencord -cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/ -cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/vesktop cp ~/Dotfiles/resources/fflogo.svg ~/Pictures/fflogo.svg cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config diff --git a/setup/modules/optional-Modules/gaming-packages.sh b/setup/modules/optional-Modules/gaming-packages.sh index 94e471a..36b3ea2 100755 --- a/setup/modules/optional-Modules/gaming-packages.sh +++ b/setup/modules/optional-Modules/gaming-packages.sh @@ -1,6 +1,12 @@ sudo pacman -S spotify-launcher steam yay -S vesktop +flatpak install flathub org.prismlauncher.PrismLauncher + +rm -rf ~/.config/Vencord +cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/ +cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/vesktop curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh rm -rf ~/.config/spicetify ln -s ~/Dotfiles/desktopenvs/hyprland/spicetify ~/.config/ +