]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Update default to 10
authorRuben Beltran del Rio <redacted>
Thu, 26 Dec 2024 15:49:10 +0000 (16:49 +0100)
committerRuben Beltran del Rio <redacted>
Thu, 26 Dec 2024 15:49:10 +0000 (16:49 +0100)
swiftbar/sourcehut-builds.1m.sh

index 6ad4340b17960d4a54c73363eb8ae91359648ea3..f62324d4e5b58a31f8b2735e299691ca9f0add01 100644 (file)
@@ -8,15 +8,15 @@
 #  <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