]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add dependency and usage info
authorRuben Beltran del Rio <redacted>
Fri, 27 Dec 2024 12:28:51 +0000 (13:28 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 27 Dec 2024 12:28:51 +0000 (13:28 +0100)
swiftbar_scripts.gmi

index 44f5c212e8c19af94af5c8f291496d06a8d979d1..8344cd5c0ac9e38e23cbdfc5798feaf6d2cf37bf 100644 (file)
@@ -10,8 +10,16 @@ one, I'm not sure whether they work with xbar[2], but should probably be OK.
 
 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
@@ -20,6 +28,16 @@ This script includes focus checks (See focus checks column at the end of this pa
 
 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
@@ -27,9 +45,15 @@ This script includes focus checks (See focus checks column at the end of this pa
 
 ## 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"