Skip to content

Commit da948a9

Browse files
committed
info-healthchecks.io: update README.md rename screenshot
1 parent 6f4257e commit da948a9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Is this your first time here? You should definitely take a look at these scripts
9292
[![info-podman](polybar-scripts/info-podman/screenshots/1.png)](polybar-scripts/info-podman/)
9393
[![isrunning-noisetorch](polybar-scripts/isrunning-noisetorch/screenshots/1.png)](polybar-scripts/isrunning-noisetorch/)
9494
[![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/)
9596

9697

9798
## See also these other user repositories:

polybar-scripts/info-healthchecks.io/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
Shows the health of your services registered with [healthchecks.io](https://healthchecks.io).
44

5-
![screenshot](screenshots/info-healthchecks.io.png)
5+
![info-healthchecks.io](screenshots/1.png)
66

77

88
## Dependencies
99

1010
* `jq`
1111
* `curl`
1212

13+
1314
## Configuration
1415

1516
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:
1920
* `COLORS`: Associative array that maps a color to each configured state. Defaults to white (#ffffff).
2021
* `SHOWN_TAGS`: Array of tags to show. Leave empty to disable filtering based on tags.
2122

23+
2224
## Module
2325

2426
```ini
2527
[module/info-healthchecks.io]
2628
type = custom/script
2729
exec = ~/polybar-scripts/info-healthchecks.io.sh
28-
interval = 30
30+
interval = 60
2931
```

polybar-scripts/info-healthchecks.io/info-healthchecks.io.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)