From 588206c172c3bd620a5f61837120d2f78a1f5a3b Mon Sep 17 00:00:00 2001 From: AidanV Date: Fri, 19 Apr 2024 09:52:54 -0700 Subject: [PATCH] changed 100% to be bot --- yazi-plugin/preset/components/status.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yazi-plugin/preset/components/status.lua b/yazi-plugin/preset/components/status.lua index 1e9291e1..af878b7b 100644 --- a/yazi-plugin/preset/components/status.lua +++ b/yazi-plugin/preset/components/status.lua @@ -86,6 +86,8 @@ function Status:percentage() if percent == 0 then percent = " Top " + elseif percent == 100 then + percent = " Bot " else percent = string.format(" %3d%% ", percent) end