Init: Update

This commit is contained in:
Christer Warén
2026-09-18 18:44:30 +03:00
parent b36f783554
commit 5ac5464ebc
+6 -4
View File
@@ -505,12 +505,10 @@ wxi-content(){
wxi-footer(){ wxi-footer(){
echo "" echo ""
echo "------------------------------" echo "------------------------------"
wxi-repeat " " $((30/2-12/2))
echo -n "$wxiBold" echo -n "$wxiBold"
echo "Warén Group™" echo "Designed by"
echo -n "$wxiNormal" echo -n "$wxiNormal"
wxi-repeat " " $((30/2-17/2)) wxiLink "Warén Group™" "https://waren.io"
echo "https://waren.io"
echo "==============================" echo "=============================="
} }
@@ -526,6 +524,10 @@ wxiUnderline=$(tput smul)
wxiBold=$(tput bold) wxiBold=$(tput bold)
wxiNormal=$(tput sgr0) wxiNormal=$(tput sgr0)
wxiLink() {
printf '\e]8;;%s\e\\%s\e]8;;\e\\\n' "$2" "$1"
}
wxi-header(){ wxi-header(){
if [[ $2 == "h1" ]] if [[ $2 == "h1" ]]
then then