testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:48:01 +02:00
parent 9df319526b
commit 99861174cd

View file

@ -98,7 +98,7 @@
if run --err err git clone --depth=1 https://github.com/A417ya/rofi-wayland "$rofiTemp/rofi"; then
check green "Cloned $PACKAGE"
else
throw "$out"
throw "$err"
fi
sleep 0.2
@ -145,6 +145,7 @@
# _install rofi
spin blue "Using arch, getting rofi directly.."
sleep 1
if run -err err _install rofi; then
check "Installed rofi"
else