From 4886372fb34c78304bb366987b50f35bbb76aba0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 May 2025 09:26:12 +0200 Subject: [PATCH] also fixed installer (and kb icon) --- desktopenvs/hyprland/eww-touch/eww.yuck | 2 +- setup/modules/Desktop-Enviroments/hyprland.sh | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/desktopenvs/hyprland/eww-touch/eww.yuck b/desktopenvs/hyprland/eww-touch/eww.yuck index fd6814a..096692c 100644 --- a/desktopenvs/hyprland/eww-touch/eww.yuck +++ b/desktopenvs/hyprland/eww-touch/eww.yuck @@ -58,7 +58,7 @@ :space-evenly false :halign "center" :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh" - {"󰌌"} + {" 󰌌"} ) ) diff --git a/setup/modules/Desktop-Enviroments/hyprland.sh b/setup/modules/Desktop-Enviroments/hyprland.sh index dacab17..aa22de3 100644 --- a/setup/modules/Desktop-Enviroments/hyprland.sh +++ b/setup/modules/Desktop-Enviroments/hyprland.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