From 99861174cd26835c93ab79bc7b7dc617e37ee291 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 22:48:01 +0200 Subject: [PATCH] testing also the new beautiful script --- rofi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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