Init: Update

This commit is contained in:
Christer Waren
2026-09-20 21:22:00 +03:00
parent e1cb9ff2fa
commit b13358bf15
+2 -2
View File
@@ -368,7 +368,7 @@ wxiLink() {
}
wxi-header(){
if [[ $2 == "h1" || $2 == "" ]]
if [[ $2 == "h1" ]]
then
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
echo -n "$wxiBold"
@@ -385,7 +385,7 @@ wxi-header(){
echo -n "$wxiNormal"
fi
if [[ $2 == "h2" ]]
if [[ $2 == "h2" || $2 == "" ]]
then
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
echo -n "$wxiBold"