Update setup/modules/Desktop-Enviroments/hyprland-new.sh
parent
fef9cfc235
commit
2a35892a0d
|
|
@ -31,9 +31,9 @@ echo "Setting up EWW bar..."
|
||||||
rm -rf ~/.config/eww
|
rm -rf ~/.config/eww
|
||||||
read -n1 -p "Install eww bar for PC, Notebook or Tablet [P,N,T]: " doit
|
read -n1 -p "Install eww bar for PC, Notebook or Tablet [P,N,T]: " doit
|
||||||
case $doit in
|
case $doit in
|
||||||
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
|
n|N) cp -rf ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
|
||||||
p|P) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
|
p|P) cp -rf ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
|
||||||
t|T) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-touch/ ~/.config/eww ;;
|
t|T) cp -rf ~/Dotfiles/desktopenvs/hyprland/eww-touch/ ~/.config/eww ;;
|
||||||
*) echo "enter a valid decision" ;;
|
*) echo "enter a valid decision" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue