From 6ec202da9e6a4c0b8d801f3c44605745effd30af Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Fri, 31 Oct 2025 09:30:43 +0800 Subject: [PATCH] Update command from ags to qs Can't belive it existed till now and no one ever noticed that. --- .github/ISSUE_TEMPLATE/1-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index fe4dc4b2e..01215ec9a 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -33,7 +33,7 @@ body: **Tips for the following Step 3** 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible. - - Bar and widgets not showing? run `pkill agsv1; agsv1` for logs. + - Bar and widgets not showing? run `pkill qs; qs -c ii` for logs. - Installation failed? Run installation again for logs. - You may use more code blocks when needed. 3. In case you are confused, the `
`, ``, ``, `
` are HTML tags for folding the logs (typically very long) inside. Please do not touch them (unless you know what you are doing).