View the status of your last few builds in sourcehut. You can open the URL by clicking on the menu items. The count of failed, pending and successful runs of the last 15m are shown next to the icon.
+### Dependencies
+
+You must have jq and curl installed.
+
+### Usage
+
To use the plugin you'll need to set your sourcehut token in the VAR_SOURCEHUT_API_TOKEN variable (See the 'ADD YOUR TOKEN HERE' string). You can also control how many builds to show by changing the VAR_BUILD_COUNT variable (defaults to 5)
+### Focus Checks
+
This script includes focus checks (See focus checks column at the end of this page on how to use them.)
=> ./swiftbar/sourcehut-builds.1m.sh ⧇ source
View your monitorcito[3] tracked services at a glance. ○ is shown if everything is OK, and ╳ if at least one service is failing. Clicking on an item refreshes the status.
+### Dependencies
+
+You must have jq and curl installed.
+
+### Usage
+
+You can control the URL of the monitorcito instance by adjusting VAR_MONITORCITO_URL
+
+### Focus Checks
+
This script includes focus checks (See focus checks column at the end of this page on how to use them.)
=> https://git.sr.ht/~rbdr/monitorcito [3] Monitorcito
## Focus Checks
+This is a utility that allows other scripts to conditionally run or halt based on which focus mode is enabled.
+
+### Dependencies
+
+You must have jq installed .
+
### Usage
-You can ask a script to only continue if it matches a focus mode, or to halt if it encounters it. You can do this by passing pipe separated strings to VAR_RUN_ON_FOCUS or VAR_HALT_ON_FOCUS. For example, this will only run the script if "Personal" or "Do Not Disturb" are active:
+To enable the focus checks, you need to pass separated strings to VAR_RUN_ON_FOCUS or VAR_HALT_ON_FOCUS. For example, this will only run the script if "Personal" or "Do Not Disturb" are active:
```
VAR_RUN_ON_FOCUS="Personal|Do Not Disturb"