File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
polybar-scripts/info-healthchecks.io Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ Is this your first time here? You should definitely take a look at these scripts
92
92
[ ![ info-podman] ( polybar-scripts/info-podman/screenshots/1.png )] ( polybar-scripts/info-podman/ )
93
93
[ ![ isrunning-noisetorch] ( polybar-scripts/isrunning-noisetorch/screenshots/1.png )] ( polybar-scripts/isrunning-noisetorch/ )
94
94
[ ![ info-camera-mic] ( polybar-scripts/info-camera-mic/screenshots/1.png )] ( polybar-scripts/info-camera-mic/ )
95
+ [ ![ info-healthchecks.io] ( polybar-scripts/info-healthchecks.io/screenshots/1.png )] ( polybar-scripts/info-healthchecks.io/ )
95
96
96
97
97
98
## See also these other user repositories:
Original file line number Diff line number Diff line change 2
2
3
3
Shows the health of your services registered with [ healthchecks.io] ( https://healthchecks.io ) .
4
4
5
- ![ screenshot ] ( screenshots/ info-healthchecks.io.png)
5
+ ![ info-healthchecks.io] ( screenshots/1 .png)
6
6
7
7
8
8
## Dependencies
9
9
10
10
* ` jq `
11
11
* ` curl `
12
12
13
+
13
14
## Configuration
14
15
15
16
Modify any of the all-caps variables to configure the script:
@@ -19,11 +20,12 @@ Modify any of the all-caps variables to configure the script:
19
20
* ` COLORS ` : Associative array that maps a color to each configured state. Defaults to white (#ffffff).
20
21
* ` SHOWN_TAGS ` : Array of tags to show. Leave empty to disable filtering based on tags.
21
22
23
+
22
24
## Module
23
25
24
26
``` ini
25
27
[module/info-healthchecks.io]
26
28
type = custom/script
27
29
exec = ~/polybar-scripts/info-healthchecks.io.sh
28
- interval = 30
30
+ interval = 60
29
31
```
File renamed without changes.
You can’t perform that action at this time.
0 commit comments