maybe install works now

main
Your Name 2025-05-19 10:09:07 +02:00
parent 0cab7b185f
commit 86cbaa7594
1 changed files with 7 additions and 9 deletions

View File

@ -5,6 +5,13 @@ sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprloc
echo "Installing AUR packages" echo "Installing AUR packages"
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
read -n1 -p "Install eww bar for PC, Notebook or Tablet [P,N,T]" doit
case $doit in
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
p|P) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
t|T) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-touch/ ~/.config/eww ;;
*) echo "enter a valid decision" ;;
esac
#eww compilation #eww compilation
echo "compiling EWW" echo "compiling EWW"
@ -75,15 +82,6 @@ cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/Vesktop
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
wget https://cloud.abdelbaki.eu/apps/theming/image/background?v=15 -O ~/Pictures/background.jpg wget https://cloud.abdelbaki.eu/apps/theming/image/background?v=15 -O ~/Pictures/background.jpg
read -n1 -p "Install eww bar for PC, Notebook or Tablet [P,N,T]" doit
case $doit in
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
p|P) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
t|T) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-touch/ ~/.config/eww ;;
*) echo "enter a valid decision" ;;
esac
python -m venv ~/.config/python-script python -m venv ~/.config/python-script
~/.config/python-script/bin/pip install speedtest-cli ~/.config/python-script/bin/pip install speedtest-cli