mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Add diagnose for AGS but not enabled
This commit is contained in:
@@ -38,6 +38,16 @@ ii_check_venv() {
|
||||
which gradience-cli
|
||||
deactivate
|
||||
}
|
||||
ii_check_ags() {
|
||||
pkill ags
|
||||
pkill agsv1
|
||||
agsv1 > ii_ags.log 2>&1 &
|
||||
GUI_PID=$!
|
||||
sleep 10
|
||||
kill $GUI_PID
|
||||
echo "AGS log saved to \"ii_ags.log\"."
|
||||
}
|
||||
#x ii_check_ags
|
||||
|
||||
e "Checking git repo info"
|
||||
x git remote get-url origin
|
||||
|
||||
Reference in New Issue
Block a user