# <xbar.dependencies>curl,jq</xbar.dependencies>
# <xbar.abouturl>https://r.bdr.sh/swiftbar_scripts.html</xbar.abouturl>
# <xbar.var>string(VAR_SOURCEHUT_API_TOKEN): Your sourcehut API Token.</xbar.var>
-# <xbar.var>number(VAR_BUILD_COUNT=5): How many items to show.</xbar.var>
+# <xbar.var>number(VAR_BUILD_COUNT=10): How many items to show.</xbar.var>
# <swiftbar.hideRunInTerminal>true</swiftbar.hideRunInTerminal>
-# <swiftbar.environment>VAR_SOURCEHUT_API_TOKEN=no, VAR_BUILD_COUNT=5</swiftbar.environment>
+# <swiftbar.environment>VAR_SOURCEHUT_API_TOKEN=no, VAR_BUILD_COUNT=10</swiftbar.environment>
###############################################################################
# The Variables
###############################################################################
VAR_SOURCEHUT_API_TOKEN=${VAR_SOURCEHUT_API_TOKEN:-'ADD YOUR TOKEN HERE'}
-VAR_BUILD_COUNT=${VAR_BUILD_COUNT:-5}
+VAR_BUILD_COUNT=${VAR_BUILD_COUNT:-10}
###############################################################################
# The Code