testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:45:55 +02:00
parent 925b3cd5de
commit 9df319526b

11
rofi.sh
View file

@ -141,7 +141,16 @@
debian | ubuntu)
rofi_clone_and_build </dev/tty
;;
arch) _install rofi ;;
arch)
# _install rofi
spin blue "Using arch, getting rofi directly.."
if run -err err _install rofi; then
check "Installed rofi"
else
throw "$err"
fi
;;
esac
}