X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/5564aa18a0c6249d647d1f2802abf92cab0e20df..4e3ac3ae8633f2f5d4a5ff761c8e94e2f818c029:/swiftbar/monitorcito.1m.sh
diff --git a/swiftbar/monitorcito.1m.sh b/swiftbar/monitorcito.1m.sh
index ff083f9..8b90f12 100755
--- a/swiftbar/monitorcito.1m.sh
+++ b/swiftbar/monitorcito.1m.sh
@@ -9,13 +9,26 @@
# curl,jq
# https://r.bdr.sh/swiftbar_scripts.html
# string(VAR_MONITORCITO_URL): Your monitorcito API URL.
+# string(VAR_RUN_ON_FOCUS): Focus in which to run.
+# string(VAR_HALT_ON_FOCUS): Focus in which to halt.
# true
-# VAR_MONITORCITO_URL=no
+# VAR_MONITORCITO_URL=no, VAR_RUN_ON_FOCUS=, VAR_HALT_ON_FOCUS=
###############################################################################
# The Variables
###############################################################################
VAR_MONITORCITO_URL=${VAR_MONITORCITO_URL:-'https://monitor.srv.bdr.sh/api'}
+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