Files
init.sh/src/ui/footer.sh
Christer Warén a710bfa4b2 Refactoring Code
2025-12-04 04:53:44 +02:00

12 lines
265 B
Bash

wxi-footer(){
echo ""
echo "------------------------------"
wxi-repeat " " $((30/2-12/2))
echo -n "$wxiBold"
echo "Warén Group™"
echo -n "$wxiNormal"
wxi-repeat " " $((30/2-17/2))
echo "https://waren.io"
echo "=============================="
}