From aa38036c5b4d7866409039b99592c3e006600c59 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 11 Feb 2025 08:31:23 +0800 Subject: [PATCH] Fix diagnose script --- diagnose | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/diagnose b/diagnose index 567bc77f1..0bf96e9bd 100755 --- a/diagnose +++ b/diagnose @@ -58,7 +58,7 @@ x ls $XDG_DATA_HOME/gradience #e "Checking command existence" #commands=(yay pacman zypper apt dnf yum) -#commands+=(ags swww) +commands+=(ags agsv1) #commands+=(Hyprland hypr{ctl,idle,lock,picker}) #commands+=(uv) #for i in "${commands[@]}";do x command -v $i;done @@ -66,8 +66,6 @@ x ls $XDG_DATA_HOME/gradience e "Checking versions" x Hyprland --version x ags --version - -e "Checking python venv" - +x agsv1 --version e "Finished. Output saved as \"$output_file\"."