diff --git a/install.sh b/install.sh index 5d53552..387412c 100755 --- a/install.sh +++ b/install.sh @@ -350,6 +350,7 @@ __dep__() { "$filemgr" "$plexer" "neovim" + "hyprland" "stow" "btop" "entr" @@ -371,6 +372,13 @@ __dep__() { yazi) instPika yazi ;; + hyprland) + if ! $arch; then + instPika hyprland + else + _install hyprland hypridle hyprshot + fi + ;; hyprpanel) if ! command_exists hyprpanel; then if arch; then