Content deleted Content added
Add border. |
Widths |
||
Line 58:
local barwidth
if #args < 20 then barwidth = 8
elseif #args >=
elseif #args >= 50 and #args < 80 then barwidth = 4
elseif #args >= 80 then barwidth = 3
end
-- Basis parameters
|