From 86cbaa7594a13e43cd302e4a230c9d2981a17d52 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 May 2025 10:09:07 +0200 Subject: [PATCH] maybe install works now --- setup/modules/Desktop-Enviroments/hyprland.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/setup/modules/Desktop-Enviroments/hyprland.sh b/setup/modules/Desktop-Enviroments/hyprland.sh index 16c8e6c..3882d90 100644 --- a/setup/modules/Desktop-Enviroments/hyprland.sh +++ b/setup/modules/Desktop-Enviroments/hyprland.sh @@ -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