From 31f40ae9ee4fc8918d0c8baac4535e1640bdf26f Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 2 Nov 2025 13:21:56 +0800 Subject: [PATCH] Update diagnose --- diagnose | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diagnose b/diagnose index c3c9983dd..408b5e896 100755 --- a/diagnose +++ b/diagnose @@ -62,10 +62,11 @@ ii_check_quickshell_version() { e "Checking git repo info" x git remote get-url origin x git rev-parse HEAD +x git submodule status --recursive e "Checking distro" x ii_check_distro_id -x ii_check_distro +#x ii_check_distro e "Checking variables" x declare -p XDG_CACHE_HOME # ~/.cache @@ -76,11 +77,10 @@ x declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV # $XDG_STATE_HOME/quickshell/.venv e "Checking directories/files" x ls -l ~/.local/state/quickshell/.venv -#x cat ~/.config/ags/ #e "Checking command existence" #commands=(yay pacman zypper apt dnf yum) -commands+=(ags agsv1) +#commands+=(ags agsv1) #commands+=(Hyprland hypr{ctl,idle,lock,picker}) #commands+=(uv) #for i in "${commands[@]}";do x command -v $i;done