diff --git a/rofi.sh b/rofi.sh index 7ecf8c4..f8717b9 100644 --- a/rofi.sh +++ b/rofi.sh @@ -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