also fixed installer (and kb icon)
parent
b6928f1b01
commit
4886372fb3
|
|
@ -77,10 +77,11 @@ 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 with or without battery indicator? [y,n]" doit
|
read -n1 -p "Install eww bar for PC, Notebook or Tablet [P,N,T]" doit
|
||||||
case $doit in
|
case $doit in
|
||||||
y|Y) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
|
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
|
||||||
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
|
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" ;;
|
*) echo "enter a valid decision" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue