more regions

This commit is contained in:
Meliox 2025-09-06 15:30:50 +02:00
parent 8a3aca9122
commit 98d68cf385

View File

@ -607,8 +607,10 @@ function install_mod {
fi fi
} }
#region widget generation functions
generate_system_info() { generate_system_info() {
endregion system info heredoc #region system info heredoc
cat > "$1" <<'EOF' cat > "$1" <<'EOF'
{ {
itemId: 'sysinfo', itemId: 'sysinfo',
@ -1353,6 +1355,8 @@ EOF
fi fi
} }
#endregion widget generation functions
# Function to uninstall the modification # Function to uninstall the modification
function uninstall_mod { function uninstall_mod {
check_root_privileges check_root_privileges