From 00ac710e50cbac8a9a9b63ffe068f578c1990fb5 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 10:33:04 +0200 Subject: [PATCH] wip --- hyprlock.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyprlock.sh b/hyprlock.sh index 437bdc1..7ab9e3c 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -1,7 +1,10 @@ #!/usr/bin/env bash unset PACKAGE && - PACKAGE=hyprlock + PACKAGE=hyprlock && + echo_note "Installing $PACKAGE.." + +sleep 1 # ─< Check if the given command exists silently >───────────────────────────────────────── command_exists() {