Init: Update
This commit is contained in:
@@ -368,7 +368,7 @@ wxiLink() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wxi-header(){
|
wxi-header(){
|
||||||
if [[ $2 == "h1" || $2 == "" ]]
|
if [[ $2 == "h1" ]]
|
||||||
then
|
then
|
||||||
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
|
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
|
||||||
echo -n "$wxiBold"
|
echo -n "$wxiBold"
|
||||||
@@ -385,7 +385,7 @@ wxi-header(){
|
|||||||
echo -n "$wxiNormal"
|
echo -n "$wxiNormal"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $2 == "h2" ]]
|
if [[ $2 == "h2" || $2 == "" ]]
|
||||||
then
|
then
|
||||||
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
|
#wxi-repeat " " $(($(tput cols)/2-${#1}/2))
|
||||||
echo -n "$wxiBold"
|
echo -n "$wxiBold"
|
||||||
|
|||||||
Reference in New Issue
Block a user