more regions
This commit is contained in:
parent
8a3aca9122
commit
98d68cf385
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user