]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - swiftbar/sourcehut-builds.1m.sh
Adjust name of source downloads
[rbdr/r.bdr.sh] / swiftbar / sourcehut-builds.1m.sh
index 6ad4340b17960d4a54c73363eb8ae91359648ea3..d5d2ae44ada495560441c5edaf344c94a8d5a8ec 100644 (file)
@@ -8,15 +8,28 @@
 #  <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>
+#  <xbar.var>string(VAR_RUN_ON_FOCUS): Focus in which to run.</xbar.var>
+#  <xbar.var>string(VAR_HALT_ON_FOCUS): Focus in which to halt.</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=9, VAR_RUN_ON_FOCUS=, VAR_HALT_ON_FOCUS=</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}
+VAR_RUN_ON_FOCUS=
+VAR_HALT_ON_FOCUS=
+
+###############################################################################
+# Focus Check
+###############################################################################
+
+if [[ -f "${BASH_SOURCE%/*}/focus.utils.sh" ]]; then
+    source "${BASH_SOURCE%/*}/focus.utils.sh"
+    focus_check
+fi
 
 ###############################################################################
 # The Code