This commit is contained in:
pika 2025-05-04 21:38:23 +02:00
parent f6ea3c7adc
commit 237b14b009

View file

@ -350,6 +350,7 @@ __dep__() {
"$filemgr" "$filemgr"
"$plexer" "$plexer"
"neovim" "neovim"
"hyprland"
"stow" "stow"
"btop" "btop"
"entr" "entr"
@ -371,6 +372,13 @@ __dep__() {
yazi) yazi)
instPika yazi instPika yazi
;; ;;
hyprland)
if ! $arch; then
instPika hyprland
else
_install hyprland hypridle hyprshot
fi
;;
hyprpanel) hyprpanel)
if ! command_exists hyprpanel; then if ! command_exists hyprpanel; then
if arch; then if arch; then