maybe install works now
parent
0cab7b185f
commit
86cbaa7594
|
|
@ -5,6 +5,13 @@ sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprloc
|
|||
echo "Installing AUR packages"
|
||||
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
|
||||
echo "compiling EWW"
|
||||
|
|
@ -75,15 +82,6 @@ cp -r ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/Vesktop
|
|||
|
||||
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
|
||||
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
|
||||
~/.config/python-script/bin/pip install speedtest-cli
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue