also fixed installer (and kb icon)

main
Your Name 2025-05-19 09:26:12 +02:00
parent b6928f1b01
commit 4886372fb3
2 changed files with 5 additions and 4 deletions

View File

@ -58,7 +58,7 @@
:space-evenly false :space-evenly false
:halign "center" :halign "center"
:onclick "~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh" :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh"
{"󰌌"} {" 󰌌"}
) )
) )

View File

@ -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