also fixed installer (and kb icon)
parent
b6928f1b01
commit
4886372fb3
|
|
@ -58,7 +58,7 @@
|
|||
:space-evenly false
|
||||
:halign "center"
|
||||
:onclick "~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh"
|
||||
{""}
|
||||
{" "}
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -77,10 +77,11 @@ 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 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
|
||||
y|Y) ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ ;;
|
||||
n|N) ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww ;;
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue