From d9d735f164f9a3fdb89e8134f7bc658df0c8c354 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 14:49:14 +0200 Subject: [PATCH] making changes.. --- hypr/hyprgraphics.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hypr/hyprgraphics.sh b/hypr/hyprgraphics.sh index ee87ab2..21c7d78 100644 --- a/hypr/hyprgraphics.sh +++ b/hypr/hyprgraphics.sh @@ -36,13 +36,13 @@ source-script() { checkComp() { if ! $arch && ! $debian; then - echo_error "Your distro $distro is not compatible with this script" + echo-error "Your distro $distro is not compatible with this script" return 69 fi } getDependencies() { - echo_info "Checking build dependencies.." + pen bold blue "Checking build dependencies.." # INFO: # ╭─────────────────────────────────────────────────────────────────────────╮ @@ -128,18 +128,18 @@ cloneAndInstall() { echo_pkg install "Installing package.." $_sudo cmake --install build else - echo_error "Build has failed for $distro compiling $PACKAGE" + echo-error "Build has failed for $distro compiling $PACKAGE" return 69 fi } main() { if $silent; then - echo_warning "Executing script silently!" + pen bold yellow "Executing script silently!" fi if ! getDependencies; then - echo_error "Error when installing dependencies.." + echo-error "Error when installing dependencies.." fi case "$distro" in