From ecb2880a8c47b4f8f5debf8f86af9252c08d9a83 Mon Sep 17 00:00:00 2001 From: Caten Date: Sun, 31 Aug 2025 08:00:42 +0800 Subject: [PATCH] Fastfetch fix --- lib/workflow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workflow.dart b/lib/workflow.dart index 05743e8..953c978 100644 --- a/lib/workflow.dart +++ b/lib/workflow.dart @@ -353,7 +353,7 @@ class D { //默认快捷指令 static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo localedef -c -i zh_CN -f UTF-8 zh_CN.UTF-8"}, - {"name":"查看系统信息", "command":"neofetch -L && neofetch --off"}, + {"name":"查看系统信息", "command":"fastfetch --structure meow && neofetch --logo none"}, {"name":"清屏", "command":"clear"}, {"name":"中断任务", "command":"\x03"}, {"name":"安装图形处理软件Krita", "command":"sudo apt update && sudo apt install -y krita krita-l10n"},